OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kRegexpSuccess
(Results
1 - 2
of
2
) sorted by null
/external/regex-re2/re2/
regexp.h
162
kRegexpSuccess
= 0,
185
RegexpStatus() : code_(
kRegexpSuccess
), tmp_(NULL) {}
193
bool ok() const { return code() ==
kRegexpSuccess
; }
re2.cc
76
case re2::
kRegexpSuccess
:
[
all
...]
Completed in 446 milliseconds