Home
last modified time | relevance | path

Searched refs:posix_syntax (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.h644 bool posix_syntax() const { return posix_syntax_; } in posix_syntax() function
Dre2.cc141 if (!posix_syntax()) in ParseFlags()