Home
last modified time | relevance | path

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

/external/regex-re2/util/
Dpcre.cc57 hit_limit_ = false; in Init()
450 return hit_limit_; in HitLimit()
454 hit_limit_ = 0; in ClearHitLimit()
519 hit_limit_ = true; in TryMatch()
526 hit_limit_ = true; in TryMatch()
Dpcre.h512 mutable int32_t hit_limit_; // Hit limit during execution (bool)? variable