Home
last modified time | relevance | path

Searched refs:AllMatches (Results 1 – 4 of 4) sorted by relevance

/external/regex-re2/re2/testing/
Dfiltered_re2_test.cc23 v.f.AllMatches("foo", v.atom_indices, &v.matches); in TEST()
37 v.f.AllMatches("lemurs bar", v.atom_indices, &v.matches); in TEST()
54 v.f.AllMatches("foo\xde\xadQ\xbe\xeflemur", v.atom_indices, &v.matches); in TEST()
249 v.f.AllMatches(text, atom_ids, &matching_regexps); in TEST()
258 v.f.AllMatches(text, atom_ids, &matching_regexps); in TEST()
271 v.f.AllMatches(text, atom_ids, &matching_regexps); in TEST()
/external/clang/lib/AST/
DCXXInheritance.cpp142 bool AllMatches = true; in forallBases() local
148 AllMatches = false; in forallBases()
158 AllMatches = false; in forallBases()
165 AllMatches = false; in forallBases()
175 return AllMatches; in forallBases()
/external/regex-re2/re2/
Dfiltered_re2.h66 bool AllMatches(const StringPiece& text,
Dfiltered_re2.cc79 bool FilteredRE2::AllMatches( in AllMatches() function in re2::FilteredRE2