Home
last modified time | relevance | path

Searched refs:set_posix_syntax (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/fuzzing/
Dre2_fuzzer.cc153 options.set_posix_syntax(fdp.ConsumeBool()); in LLVMFuzzerTestOneInput()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.h645 void set_posix_syntax(bool b) { posix_syntax_ = b; } in set_posix_syntax() function
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dre2_test.cc1581 opt.set_posix_syntax(true); in TEST()