Home
last modified time | relevance | path

Searched defs:last_match (Results 1 - 11 of 11) sorted by relevance

/third_party/rust/crates/regex/examples/
H A Dshootout-regex-dna-cheat.rs82 let mut last_match = 0; in replace_all() variables
H A Dshootout-regex-dna-single-cheat.rs67 let mut last_match = 0; in replace_all() variables
/third_party/rust/crates/aho-corasick/src/
H A Dautomaton.rs306 let mut last_match = self.get_match(*state_id, 0, at); in leftmost_find_at_imp() variables
420 let mut last_match = self.get_match(state_id, 0, at); in leftmost_find_at_no_state_imp() variables
[all...]
H A Dahocorasick.rs553 let mut last_match = 0; in replace_all_with() variables
619 let mut last_match = 0; in replace_all_with_bytes() variables
/kernel/linux/linux-5.10/tools/perf/util/
H A Dmachine.h38 struct thread *last_match; member
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmachine.h39 struct thread *last_match; member
/third_party/node/deps/v8/src/regexp/
H A Dregexp.cc1111 int32_t* last_match = in RegExpGlobalCache() local
1147 int32_t* last_match = in FetchNext() local
/third_party/mksh/
H A Djobs.c1686 Job *j, *last_match; local
[all...]
/third_party/rust/crates/regex/src/
H A Dre_bytes.rs497 let mut last_match = 0; in replace() variables
517 let mut last_match = 0; variables
H A Dre_unicode.rs555 let mut last_match = 0; in replace() variables
575 let mut last_match = 0; variables
/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc1199 int32_t* last_match = NewArray<int32_t>(capture_registers); in SearchRegExpMultiple() local
1326 int32_t* last_match = global_cache.LastSuccessfulMatch(); in SearchRegExpMultiple() local

Completed in 16 milliseconds