Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.h181 class PCRE_Options; variable
217 PCRE(const char *pattern, const PCRE_Options& re_option);
218 PCRE(const std::string& pattern, const PCRE_Options& re_option);
521 class PCRE_Options {
524 PCRE_Options() : option_(PCRE::None), match_limit_(0), stack_limit_(0), report_errors_(true) {} in PCRE_Options() function
Dpcre.cc139 PCRE::PCRE(const std::string& pattern, const PCRE_Options& re_option) { in PCRE()
144 PCRE::PCRE(const char *pattern, const PCRE_Options& re_option) { in PCRE()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dtester.cc263 PCRE_Options o; in TestInstance()