Searched defs:re_option (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/re2/util/
H A Dpcre.cc92 PCRE::PCRE(const string& pattern, const PCRE_Options& re_option) { argument
93 Init(pattern.c_str(), re_option.option(), re_option.match_limit(),
94 re_option.stack_limit(), re_option.report_errors());
97 PCRE::PCRE(const char *pattern, const PCRE_Options& re_option) { argument
98 Init(pattern, re_option.option(), re_option.match_limit(),
99 re_option.stack_limit(), re_option
[all...]
/external/regex-re2/util/
H A Dpcre.cc87 PCRE::PCRE(const string& pattern, const PCRE_Options& re_option) { argument
88 Init(pattern.c_str(), re_option.option(), re_option.match_limit(),
89 re_option.stack_limit(), re_option.report_errors());
92 PCRE::PCRE(const char *pattern, const PCRE_Options& re_option) { argument
93 Init(pattern, re_option.option(), re_option.match_limit(),
94 re_option.stack_limit(), re_option
[all...]

Completed in 139 milliseconds