Searched refs:AllMatches (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/ |
D | filtered_re2_test.cc | 39 v.f.AllMatches("foo", v.atom_indices, &v.matches); in TEST() 51 v.f.AllMatches("lemurs bar", v.atom_indices, &v.matches); in TEST() 67 v.f.AllMatches("foo\xde\xadQ\xbe\xeflemur", v.atom_indices, &v.matches); in TEST() 254 v.f.AllMatches(text, atom_ids, &matching_regexps); in TEST() 263 v.f.AllMatches(text, atom_ids, &matching_regexps); in TEST() 276 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/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | filtered_re2.h | 68 bool AllMatches(const StringPiece& text,
|
D | filtered_re2.cc | 93 bool FilteredRE2::AllMatches( in AllMatches() function in re2::FilteredRE2
|