Searched defs:FindAndConsume (Results 1 – 5 of 5) sorted by relevance
364 static const FindAndConsumeFunctor FindAndConsume; variable
98 const PCRE::FindAndConsumeFunctor PCRE::FindAndConsume = { }; member in re2::PCRE
407 static bool FindAndConsume(StringPiece* input, const RE2& re, A&&... a) { in FindAndConsume() function
274 TEST(RE2, FindAndConsume) { in TEST() argument
297 void FindAndConsume(benchmark::State& state) { in FindAndConsume() function