Home
last modified time | relevance | path

Searched refs:RegexpStatus (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.h190 class RegexpStatus {
192 RegexpStatus() : code_(kRegexpSuccess), tmp_(NULL) {} in RegexpStatus() function
193 ~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);
Dparse.cc74 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 …]
Dregexp.cc510 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()
Dset.cc44 RegexpStatus status; in Add()
Dsimplify.cc24 std::string* dst, RegexpStatus* status) { in SimplifyRegexp()
Dre2.cc196 RegexpStatus status; in Init()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dregexp_test.cc49 RegexpStatus status; in TEST()
68 RegexpStatus status; in TEST()
Dparse_test.cc234 RegexpStatus status; in TestParse()
455 RegexpStatus status; in TEST()
494 RegexpStatus status; in TEST()
Dsimplify_test.cc249 RegexpStatus status; in TEST()
Dtester.cc188 RegexpStatus status; in TestInstance()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/
Ducs2.diff371 RegexpStatus status;