Home
last modified time | relevance | path

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

/external/regex-re2/util/
Dpcre.h354 struct FindAndConsumeFunctor { struct
374 static const FindAndConsumeFunctor FindAndConsume;
Dpcre.cc46 const PCRE::FindAndConsumeFunctor PCRE::FindAndConsume = { };
277 bool PCRE::FindAndConsumeFunctor::operator ()(StringPiece* input, in operator ()()