Searched refs:RegexpStatus (Results 1 – 11 of 11) sorted by relevance
190 class RegexpStatus {192 RegexpStatus() : code_(kRegexpSuccess), tmp_(NULL) {} in RegexpStatus() function193 ~RegexpStatus() { delete tmp_; } in ~RegexpStatus()203 void Copy(const RegexpStatus& status);218 RegexpStatus(const RegexpStatus&) = delete;219 RegexpStatus& operator=(const RegexpStatus&) = delete;354 RegexpStatus* status);371 std::string* dst, RegexpStatus* status);465 RegexpStatus* status);
74 RegexpStatus* status);146 RegexpStatus* status);152 RegexpStatus* status);158 RegexpStatus* status);181 RegexpStatus* status_;196 RegexpStatus* status) in ParseState()1391 static int StringPieceToRune(Rune *r, StringPiece *sp, RegexpStatus* status) { in StringPieceToRune()1417 static bool IsValidUTF8(const StringPiece& s, RegexpStatus* status) { in IsValidUTF8()1450 RegexpStatus* status, int rune_max) { in ParseEscape()1732 RegexpStatus* status) { in ParseUnicodeGroup()[all …]
510 std::string RegexpStatus::CodeText(enum RegexpStatusCode code) { in CodeText()516 std::string RegexpStatus::Text() const { in Text()526 void RegexpStatus::Copy(const RegexpStatus& status) { in Copy()
44 RegexpStatus status; in Add()
24 std::string* dst, RegexpStatus* status) { in SimplifyRegexp()
196 RegexpStatus status; in Init()
49 RegexpStatus status; in TEST()68 RegexpStatus status; in TEST()
234 RegexpStatus status; in TestParse()455 RegexpStatus status; in TEST()494 RegexpStatus status; in TEST()
249 RegexpStatus status; in TEST()
188 RegexpStatus status; in TestInstance()
371 RegexpStatus status;