Searched defs:FindAndConsume (Results 1 – 7 of 7) sorted by relevance
/external/regex-re2/util/ |
D | pcre.h | 374 static const FindAndConsumeFunctor FindAndConsume; variable
|
D | pcre.cc | 46 const PCRE::FindAndConsumeFunctor PCRE::FindAndConsume = { }; member in re2::PCRE
|
/external/regex-re2/re2/ |
D | re2.h | 355 bool, StringPiece*, const RE2&, Arg, RE2::FindAndConsumeN> FindAndConsume; variable
|
D | re2.cc | 32 …iadicFunction2<bool, StringPiece*, const RE2&, RE2::Arg, RE2::FindAndConsumeN> RE2::FindAndConsume; member in re2::RE2
|
/external/pcre/dist/ |
D | pcrecpp.cc | 284 bool RE::FindAndConsume(StringPiece* input, in FindAndConsume() function in pcrecpp::RE
|
/external/regex-re2/re2/testing/ |
D | re2_test.cc | 267 TEST(RE2, FindAndConsume) { in TEST() argument
|
D | regexp_benchmark.cc | 266 void FindAndConsume(int iters, int nbytes) { in FindAndConsume() function
|