Searched defs:RegexpStatus (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dregexp.h183 class RegexpStatus { class in namespace:re2
185 RegexpStatus() : code_(kRegexpSuccess), tmp_(NULL) {} function in class:re2::RegexpStatus
186 ~RegexpStatus() { delete tmp_; }
196 void Copy(const RegexpStatus& status);
211 DISALLOW_EVIL_CONSTRUCTORS(RegexpStatus);
346 RegexpStatus* status);
363 RegexpStatus* status);
446 RegexpStatus* status);
/external/regex-re2/re2/
H A Dregexp.h183 class RegexpStatus { class in namespace:re2
185 RegexpStatus() : code_(kRegexpSuccess), tmp_(NULL) {} function in class:re2::RegexpStatus
186 ~RegexpStatus() { delete tmp_; }
196 void Copy(const RegexpStatus& status);
211 DISALLOW_EVIL_CONSTRUCTORS(RegexpStatus);
346 RegexpStatus* status);
363 RegexpStatus* status);
446 RegexpStatus* status);

Completed in 463 milliseconds