OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RegexpStatus
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/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
);
346
RegexpStatus
* status);
363
RegexpStatus
* status);
446
RegexpStatus
* status);
/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
);
346
RegexpStatus
* status);
363
RegexpStatus
* status);
446
RegexpStatus
* status);
Completed in 46 milliseconds