Home
last modified time | relevance | path

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

/external/regex-re2/util/
Dpcre.h303 struct PartialMatchFunctor { struct
323 static const PartialMatchFunctor PartialMatch;
Dpcre.cc43 const PCRE::PartialMatchFunctor PCRE::PartialMatch = { };
185 bool PCRE::PartialMatchFunctor::operator ()(const StringPiece& text, in operator ()()