HomeSort by relevance Sort by last modified time
    Searched refs:AllMatches (Results 1 - 3 of 3) 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 77 bool FilteredRE2::AllMatches(
  /external/clang/lib/AST/
CXXInheritance.cpp 128 bool AllMatches = true;
135 AllMatches = false;
143 AllMatches = false;
150 AllMatches = false;
160 return AllMatches;

Completed in 35 milliseconds