Searched defs:EmptyFlags (Results  1 – 2 of 2) sorted by relevance
| /external/rust/crates/regex/src/ | 
| D | dfa.rs | 398 struct EmptyFlags {  struct399     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 …]
 
 | 
| /external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ | 
| D | prog.cc | 285 uint32_t Prog::EmptyFlags(const StringPiece& text, const char* p) {  in EmptyFlags()  function in re2::Prog
 |