Searched refs:re_option (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/ |
D | pcre.cc | 139 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()
|
D | pcre.h | 217 PCRE(const char *pattern, const PCRE_Options& re_option); 218 PCRE(const std::string& pattern, const PCRE_Options& re_option);
|