Lines Matching refs:InstPtr
12 /// `InstPtr` represents the index of an instruction in a regex program.
13 pub type InstPtr = usize;
24 pub matches: Vec<InstPtr>,
35 pub start: InstPtr,
152 + (self.matches.len() * mem::size_of::<InstPtr>())
312 pub goto: InstPtr,
323 pub goto1: InstPtr,
326 pub goto2: InstPtr,
334 pub goto: InstPtr,
365 pub goto: InstPtr,
375 pub goto: InstPtr,
422 pub goto: InstPtr,