OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kRegexpCapture
(Results
1 - 9
of
9
) sorted by null
/external/regex-re2/re2/
mimics_pcre.cc
170
case
kRegexpCapture
:
regexp.h
126
kRegexpCapture
,
330
int cap() { DCHECK_EQ(op_,
kRegexpCapture
); return cap_; }
331
const string* name() { DCHECK_EQ(op_,
kRegexpCapture
); return name_; }
simplify.cc
72
case
kRegexpCapture
:
227
case
kRegexpCapture
: {
234
Regexp* nre = new Regexp(
kRegexpCapture
, re->parse_flags());
regexp.cc
39
case
kRegexpCapture
:
267
Regexp* re = new Regexp(
kRegexpCapture
, flags);
361
case
kRegexpCapture
:
397
case
kRegexpCapture
:
433
case
kRegexpCapture
:
508
if (re->op() ==
kRegexpCapture
)
542
if (re->op() ==
kRegexpCapture
&& re->name() != NULL) {
586
if (re->op() ==
kRegexpCapture
&& re->name() != NULL) {
tostring.cc
95
case
kRegexpCapture
:
276
case
kRegexpCapture
:
compile.cc
825
case
kRegexpCapture
:
886
case
kRegexpCapture
:
934
case
kRegexpCapture
:
[
all
...]
prefilter.cc
635
case
kRegexpCapture
:
parse.cc
614
re->op_ =
kRegexpCapture
;
[
all
...]
/external/regex-re2/re2/testing/
dump.cc
122
case
kRegexpCapture
:
Completed in 70 milliseconds