Home
last modified time | relevance | path

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

/third_party/re2/re2/
Dregexp.h182 kRegexpRepeatSize, // bad repetition argument enumerator
Dparse.cc571 status_->set_code(kRegexpRepeatSize); in PushRepetition()
594 status_->set_code(kRegexpRepeatSize); in PushRepetition()
Dre2.cc86 case re2::kRegexpRepeatSize: in RegexpErrorToRE2()