Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.cc139 PCRE::PCRE(const std::string& pattern, const PCRE_Options& re_option) { in PCRE() argument
140 Init(pattern.c_str(), re_option.option(), re_option.match_limit(), in PCRE()
141 re_option.stack_limit(), re_option.report_errors()); in PCRE()
144 PCRE::PCRE(const char *pattern, const PCRE_Options& re_option) { in PCRE() argument
145 Init(pattern, re_option.option(), re_option.match_limit(), in PCRE()
146 re_option.stack_limit(), re_option.report_errors()); in PCRE()
Dpcre.h217 PCRE(const char *pattern, const PCRE_Options& re_option);
218 PCRE(const std::string& pattern, const PCRE_Options& re_option);