OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nsubmatch_
(Results
1 - 2
of
2
) sorted by null
/external/regex-re2/re2/
bitstate.cc
56
int
nsubmatch_
; // # of submatches to fill in
member in class:re2::BitState
77
nsubmatch_
(0),
262
if (
nsubmatch_
== 0)
272
for (int i = 0; i <
nsubmatch_
; i++)
309
nsubmatch_
= nsubmatch;
310
for (int i = 0; i <
nsubmatch_
; i++)
/external/regex-re2/re2/testing/
backtrack.cc
70
int
nsubmatch_
; // # of submatches to fill in
member in class:re2::Backtracker
84
nsubmatch_
(0),
109
nsubmatch_
= nsubmatch;
110
CHECK(2*
nsubmatch_
< arraysize(cap_));
118
nsubmatch_
= 1;
214
for (int i = 0; i <
nsubmatch_
; i++)
Completed in 5992 milliseconds