Searched refs:captures_nfa (Results 1 – 1 of 1) sorted by relevance
/external/rust/crates/regex/src/ |
D | exec.rs | 634 self.captures_nfa(slots, text, start) in captures_read_at() 646 self.captures_nfa(slots, text, start) in captures_read_at() 662 dfa::Result::Quit => self.captures_nfa(slots, text, start), in captures_read_at() 676 dfa::Result::Quit => self.captures_nfa(slots, text, start), in captures_read_at() 1000 fn captures_nfa( in captures_nfa() method
|