OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kRegexpRepeat
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/re2/
regexp.h
122
kRegexpRepeat
,
326
int min() { DCHECK_EQ(op_,
kRegexpRepeat
); return min_; }
327
int max() { DCHECK_EQ(op_,
kRegexpRepeat
); return max_; }
485
// Simplify yet - the expansion of a
kRegexpRepeat
will make this
/external/regex-re2/re2/
regexp.h
122
kRegexpRepeat
,
326
int min() { DCHECK_EQ(op_,
kRegexpRepeat
); return min_; }
327
int max() { DCHECK_EQ(op_,
kRegexpRepeat
); return max_; }
485
// Simplify yet - the expansion of a
kRegexpRepeat
will make this
Completed in 60 milliseconds