Searched refs:AllMatches (Results 1 – 4 of 4) sorted by relevance
/external/regex-re2/re2/testing/ |
D | filtered_re2_test.cc | 23 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/ |
D | CXXInheritance.cpp | 142 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/ |
D | filtered_re2.h | 66 bool AllMatches(const StringPiece& text,
|
D | filtered_re2.cc | 79 bool FilteredRE2::AllMatches( in AllMatches() function in re2::FilteredRE2
|