Home
last modified time | relevance | path

Searched refs:FullMatchFunctor (Results 1 – 2 of 2) sorted by relevance

/external/regex-re2/util/
Dpcre.h279 struct FullMatchFunctor { struct
299 static const FullMatchFunctor FullMatch;
Dpcre.cc44 const PCRE::FullMatchFunctor PCRE::FullMatch = { } ;
142 bool PCRE::FullMatchFunctor::operator ()(const StringPiece& text, in operator ()()