Home
last modified time | relevance | path

Searched refs:next_match (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/regex/src/
Dpattern.rs10 next_match: Option<(usize, usize)>, field
21 next_match: None, in into_searcher()
34 if let Some((s, e)) = self.next_match { in next()
35 self.next_match = None; in next()
55 self.next_match = Some((s, e)); in next()
/third_party/elfutils/libcpu/
Di386_disasm.c384 next_match: in i386_disasm()
434 goto next_match; in i386_disasm()
/third_party/ntfs-3g/libntfs-3g/
Dcompress.c202 goto next_match; in ntfs_best_match()
206 goto next_match; in ntfs_best_match()
231 next_match: in ntfs_best_match()
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs17407 while let Some(m) = searcher.next_match() {