HomeSort by relevance Sort by last modified time
    Searched refs:FullMatchFunctor (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/re2/util/
pcre.h 285 struct FullMatchFunctor {
305 static const FullMatchFunctor FullMatch;
pcre.cc 49 const PCRE::FullMatchFunctor PCRE::FullMatch = { } ;
147 bool PCRE::FullMatchFunctor::operator ()(const StringPiece& text,
    [all...]
  /external/regex-re2/util/
pcre.h 279 struct FullMatchFunctor {
299 static const FullMatchFunctor FullMatch;
pcre.cc 44 const PCRE::FullMatchFunctor PCRE::FullMatch = { } ;
142 bool PCRE::FullMatchFunctor::operator ()(const StringPiece& text,
    [all...]

Completed in 79 milliseconds