OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kRegexpNoMatch
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/third_party/re2/re2/
simplify.cc
45
case
kRegexpNoMatch
:
86
case
kRegexpNoMatch
:
179
case
kRegexpNoMatch
:
373
return new Regexp(
kRegexpNoMatch
, f);
386
return new Regexp(
kRegexpNoMatch
, re->parse_flags());
mimics_pcre.cc
137
case
kRegexpNoMatch
: // never empty
tostring.cc
66
case
kRegexpNoMatch
:
143
case
kRegexpNoMatch
:
regexp.h
97
kRegexpNoMatch
= 1,
prefilter.cc
542
case
kRegexpNoMatch
:
compile.cc
727
case
kRegexpNoMatch
:
[
all
...]
regexp.cc
321
case
kRegexpNoMatch
:
parse.cc
386
return PushRegexp(new Regexp(
kRegexpNoMatch
, flags_));
[
all
...]
/external/regex-re2/re2/
simplify.cc
45
case
kRegexpNoMatch
:
86
case
kRegexpNoMatch
:
179
case
kRegexpNoMatch
:
373
return new Regexp(
kRegexpNoMatch
, f);
386
return new Regexp(
kRegexpNoMatch
, re->parse_flags());
mimics_pcre.cc
137
case
kRegexpNoMatch
: // never empty
tostring.cc
66
case
kRegexpNoMatch
:
143
case
kRegexpNoMatch
:
regexp.h
97
kRegexpNoMatch
= 1,
prefilter.cc
542
case
kRegexpNoMatch
:
compile.cc
726
case
kRegexpNoMatch
:
[
all
...]
regexp.cc
321
case
kRegexpNoMatch
:
parse.cc
386
return PushRegexp(new Regexp(
kRegexpNoMatch
, flags_));
[
all
...]
Completed in 1448 milliseconds