Searched defs:EmptyFlags (Results 1 – 1 of 1) sorted by relevance
| /third_party/rust/crates/regex/src/ |
| D | dfa.rs | 398 struct EmptyFlags { struct 399 start: bool, 400 end: bool, 401 start_line: bool, 402 end_line: bool, 403 word_boundary: bool, 404 not_word_boundary: bool, 1057 flags: EmptyFlags, in follow_epsilons() 1370 empty_flags: EmptyFlags, in start_state() 1410 fn start_flags(&self, text: &[u8], at: usize) -> (EmptyFlags, StateFlags) { in start_flags() [all …]
|