Searched defs:FindAndConsume (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/regex-re2/util/ |
H A D | pcre.h | 364 static const FindAndConsumeFunctor FindAndConsume; variable
|
H A D | pcre.cc | 99 const PCRE::FindAndConsumeFunctor PCRE::FindAndConsume = { }; member in re2::PCRE
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/util/ |
D | pcre.h | 364 static const FindAndConsumeFunctor FindAndConsume; variable
|
D | pcre.cc | 98 const PCRE::FindAndConsumeFunctor PCRE::FindAndConsume = { }; member in re2::PCRE
|
/aosp_15_r20/external/cronet/third_party/re2/src/util/ |
H A D | pcre.h | 373 RE2_TESTING_DLL static const FindAndConsumeFunctor FindAndConsume; variable
|
H A D | pcre.cc | 97 const PCRE::FindAndConsumeFunctor PCRE::FindAndConsume = { }; member in re2::PCRE
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | re2.h | 439 static bool FindAndConsume(StringPiece* input, const RE2& re, A&&... a) { in FindAndConsume() function
|
/aosp_15_r20/external/cronet/third_party/re2/src/re2/ |
H A D | re2.h | 461 static bool FindAndConsume(absl::string_view* input, const RE2& re, A&&... a) { in FindAndConsume() function
|
/aosp_15_r20/external/regex-re2/re2/ |
H A D | re2.h | 394 static bool FindAndConsume(StringPiece* input, const RE2& re, A&&... a) { in FindAndConsume() function
|
/aosp_15_r20/external/regex-re2/re2/testing/ |
H A D | re2_test.cc | 264 TEST(RE2, FindAndConsume) { in TEST() argument
|
H A D | regexp_benchmark.cc | 290 void FindAndConsume(int iters, int nbytes) { in FindAndConsume() function
|
/aosp_15_r20/external/cronet/third_party/re2/src/re2/testing/ |
H A D | re2_test.cc | 275 TEST(RE2, FindAndConsume) { in TEST() argument
|
H A D | regexp_benchmark.cc | 315 void FindAndConsume(benchmark::State& state) { in FindAndConsume() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/testing/ |
D | re2_test.cc | 274 TEST(RE2, FindAndConsume) { in TEST() argument
|
D | regexp_benchmark.cc | 316 void FindAndConsume(benchmark::State& state) { in FindAndConsume() function
|