HomeSort by relevance Sort by last modified time
    Searched refs:kMaxRef (Results 1 - 2 of 2) sorted by null

  /external/regex-re2/re2/
regexp.cc 66 if (ref_ < kMaxRef)
80 if (ref_ >= kMaxRef-1) {
86 if (ref_ == kMaxRef) {
91 (*ref_map)[this] = kMaxRef;
92 ref_ = kMaxRef;
104 if (ref_ == kMaxRef) {
108 if (r < kMaxRef) {
142 if (sub->ref_ == kMaxRef)
regexp.h 525 // when ref_ reaches kMaxRef.
527 static const uint16 kMaxRef = 0xffff;

Completed in 331 milliseconds