OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kManyMatch
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/re2/re2/
set.cc
102
Prog::
kManyMatch
, NULL, &failed, v);
dfa.cc
639
if (kind_ != Prog::
kManyMatch
&&
[
all
...]
prog.h
195
kManyMatch
// for SearchDFA, records set of matches
270
// If matches != NULL and kind ==
kManyMatch
and there is a match,
compile.cc
1125
prog->SearchDFA(sp, sp, Prog::kAnchored, Prog::
kManyMatch
,
[
all
...]
/external/chromium_org/third_party/re2/re2/testing/
tester.cc
117
case Prog::
kManyMatch
:
Completed in 695 milliseconds