Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.cc109 hit_limit_ = false; in Init()
504 return hit_limit_ != 0; in HitLimit()
508 hit_limit_ = 0; in ClearHitLimit()
573 hit_limit_ = true; in TryMatch()
580 hit_limit_ = true; in TryMatch()
Dpcre.h503 mutable int32_t hit_limit_; // Hit limit during execution (bool) variable