Home
last modified time | relevance | path

Searched defs:EmptyFlags (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/regex/src/
Ddfa.rs398 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()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprog.cc285 uint32_t Prog::EmptyFlags(const StringPiece& text, const char* p) { in EmptyFlags() function in re2::Prog