Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dfiltered_re2_test.cc39 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/
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/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dfiltered_re2.h68 bool AllMatches(const StringPiece& text,
Dfiltered_re2.cc93 bool FilteredRE2::AllMatches( in AllMatches() function in re2::FilteredRE2