Lines Matching defs:EmptyFlags
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()
1371 empty_flags: EmptyFlags, in start_state()
1412 fn start_flags(&self, text: &[u8], at: usize) -> (EmptyFlags, StateFlags) { in start_flags()
1441 ) -> (EmptyFlags, StateFlags) { in start_flags_reverse()