Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.cc115 if (options & ~(EnabledCompileOptions | EnabledExecOptions)) { in Init()
173 (options_ & EnabledCompileOptions), in Compile()
182 (options_ & EnabledCompileOptions), in Compile()
Dpcre.h207 EnabledCompileOptions = UTF8, enumerator