OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxOnePassCapture
(Results
1 - 4
of
4
) sorted by null
/external/regex-re2/re2/
prog.h
303
static const int
kMaxOnePassCapture
= 5; // $0 through $4
onepass.cc
177
// kMaxCap counts pointers,
kMaxOnePassCapture
counts pairs.
178
COMPILE_ASSERT(kMaxCap == Prog::
kMaxOnePassCapture
*2,
re2.cc
598
bool can_one_pass = (is_one_pass_ && ncap <= Prog::
kMaxOnePassCapture
);
[
all
...]
/external/regex-re2/re2/testing/
tester.cc
358
nsubmatch > Prog::
kMaxOnePassCapture
) {
Completed in 95 milliseconds