HomeSort by relevance Sort by last modified time
    Searched refs:RegexpStatus (Results 1 - 6 of 6) sorted by null

  /external/regex-re2/re2/
regexp.h 183 class RegexpStatus {
185 RegexpStatus() : code_(kRegexpSuccess), tmp_(NULL) {}
186 ~RegexpStatus() { delete tmp_; }
196 void Copy(const RegexpStatus& status);
211 DISALLOW_EVIL_CONSTRUCTORS(RegexpStatus);
345 RegexpStatus* status);
362 RegexpStatus* status);
445 RegexpStatus* status);
parse.cc 48 RegexpStatus* status);
120 RegexpStatus* status);
126 RegexpStatus* status);
132 RegexpStatus* status);
155 RegexpStatus* status_;
169 RegexpStatus* status)
    [all...]
set.cc 37 RegexpStatus status;
regexp.cc 467 const string& RegexpStatus::CodeText(enum RegexpStatusCode code) {
473 string RegexpStatus::Text() const {
483 void RegexpStatus::Copy(const RegexpStatus& status) {
simplify.cc 20 RegexpStatus* status) {
re2.cc 161 RegexpStatus status;
    [all...]

Completed in 506 milliseconds