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

  /external/chromium_org/third_party/re2/re2/
filtered_re2.h 17 // search text. Then call FirstMatch or AllMatches with a vector of
66 bool AllMatches(const StringPiece& text,
filtered_re2.cc 79 bool FilteredRE2::AllMatches(
  /external/regex-re2/re2/
filtered_re2.h 17 // search text. Then call FirstMatch or AllMatches with a vector of
66 bool AllMatches(const StringPiece& text,
filtered_re2.cc 79 bool FilteredRE2::AllMatches(
  /external/chromium_org/third_party/re2/re2/testing/
filtered_re2_test.cc 23 v.f.AllMatches("foo", v.atom_indices, &v.matches);
37 v.f.AllMatches("lemurs bar", v.atom_indices, &v.matches);
54 v.f.AllMatches("foo\xde\xadQ\xbe\xeflemur", v.atom_indices, &v.matches);
249 v.f.AllMatches(text, atom_ids, &matching_regexps);
258 v.f.AllMatches(text, atom_ids, &matching_regexps);
271 v.f.AllMatches(text, atom_ids, &matching_regexps);
  /external/regex-re2/re2/testing/
filtered_re2_test.cc 23 v.f.AllMatches("foo", v.atom_indices, &v.matches);
37 v.f.AllMatches("lemurs bar", v.atom_indices, &v.matches);
54 v.f.AllMatches("foo\xde\xadQ\xbe\xeflemur", v.atom_indices, &v.matches);
249 v.f.AllMatches(text, atom_ids, &matching_regexps);
258 v.f.AllMatches(text, atom_ids, &matching_regexps);
271 v.f.AllMatches(text, atom_ids, &matching_regexps);
  /external/chromium_org/components/url_matcher/
regex_set_matcher.cc 54 filtered_re2_->AllMatches(text, atoms, &re2_ids);
  /external/clang/lib/AST/
CXXInheritance.cpp 138 bool AllMatches = true;
144 AllMatches = false;
154 AllMatches = false;
161 AllMatches = false;
171 return AllMatches;

Completed in 1448 milliseconds