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

  /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/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/clang/lib/AST/
CXXInheritance.cpp 142 bool AllMatches = true;
148 AllMatches = false;
158 AllMatches = false;
165 AllMatches = false;
175 return AllMatches;

Completed in 5165 milliseconds