Searched refs:RegexpStatus (Results 1 – 7 of 7) sorted by relevance
183 class RegexpStatus {185 RegexpStatus() : code_(kRegexpSuccess), tmp_(NULL) {} in RegexpStatus() function186 ~RegexpStatus() { delete tmp_; } in ~RegexpStatus()196 void Copy(const RegexpStatus& status);211 DISALLOW_EVIL_CONSTRUCTORS(RegexpStatus);345 RegexpStatus* status);362 RegexpStatus* status);445 RegexpStatus* status);
48 RegexpStatus* status);120 RegexpStatus* status);126 RegexpStatus* status);132 RegexpStatus* status);155 RegexpStatus* status_;169 RegexpStatus* status) in ParseState()1188 static int StringPieceToRune(Rune *r, StringPiece *sp, RegexpStatus* status) { in StringPieceToRune()1205 static bool IsValidUTF8(const StringPiece& s, RegexpStatus* status) { in IsValidUTF8()1238 RegexpStatus* status, int rune_max) { in ParseEscape()1508 RegexpStatus* status) { in ParseUnicodeGroup()[all …]
37 RegexpStatus status; in Add()
467 const string& RegexpStatus::CodeText(enum RegexpStatusCode code) { in CodeText()473 string RegexpStatus::Text() const { in Text()483 void RegexpStatus::Copy(const RegexpStatus& status) { in Copy()
20 RegexpStatus* status) { in SimplifyRegexp()
161 RegexpStatus status; in Init()
371 RegexpStatus status;