Home
last modified time | relevance | path

Searched refs:HitLimit (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.h236 bool HitLimit();
Dpcre.cc503 bool PCRE::HitLimit() { in HitLimit() function in re2::PCRE
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dtester.cc467 if (re_->HitLimit()) { in RunSearch()