Home
last modified time | relevance | path

Searched refs:kRegexpSuccess (Results 1 – 4 of 4) sorted by relevance

/external/regex-re2/re2/
Dregexp.h162 kRegexpSuccess = 0, enumerator
185 RegexpStatus() : code_(kRegexpSuccess), tmp_(NULL) {} in RegexpStatus()
193 bool ok() const { return code() == kRegexpSuccess; } in ok()
Dre2.cc76 case re2::kRegexpSuccess: in RegexpErrorToRE2()
/external/chromium_org/third_party/re2/re2/
Dregexp.h162 kRegexpSuccess = 0, enumerator
185 RegexpStatus() : code_(kRegexpSuccess), tmp_(NULL) {} in RegexpStatus()
193 bool ok() const { return code() == kRegexpSuccess; } in ok()
Dre2.cc94 case re2::kRegexpSuccess: in RegexpErrorToRE2()