HomeSort by relevance Sort by last modified time
    Searched refs:strings_to_match (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/url_matcher/
regex_set_matcher.cc 95 std::vector<std::string> strings_to_match; local
96 filtered_re2_->Compile(&strings_to_match);
100 // Build SubstringSetMatcher from |strings_to_match|.
102 for (size_t i = 0; i < strings_to_match.size(); ++i) {
104 new StringPattern(strings_to_match[i], i));
  /external/chromium_org/third_party/re2/re2/
filtered_re2.h 50 void Compile(vector<string>* strings_to_match);
  /external/regex-re2/re2/
filtered_re2.h 50 void Compile(vector<string>* strings_to_match);

Completed in 277 milliseconds