Searched defs:EmptyFlags (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/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 …]
|
/aosp_15_r20/external/regex-re2/re2/ |
H A D | prog.cc | 289 uint32_t Prog::EmptyFlags(const StringPiece& text, const char* p) { in EmptyFlags() function in re2::Prog
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | prog.cc | 287 uint32_t Prog::EmptyFlags(const StringPiece& text, const char* p) { in EmptyFlags() function in re2::Prog
|
/aosp_15_r20/external/cronet/third_party/re2/src/re2/ |
H A D | prog.cc | 286 uint32_t Prog::EmptyFlags(absl::string_view text, const char* p) { in EmptyFlags() function in re2::Prog
|