OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:natom
(Results
1 - 2
of
2
) sorted by null
/external/regex-re2/re2/testing/
filtered_re2_test.cc
178
int
natom
, nregexp;
local
182
for (
natom
= 0;
natom
< arraysize(t->atoms);
natom
++)
183
if (t->atoms[
natom
] == NULL)
186
if (!CheckExpectedAtoms(t->atoms,
natom
, t->testname, &v))
possible_match_test.cc
224
int
natom
= 3;
local
228
natom
= 2;
232
PossibleMatchTester t(
natom
, noperator, Split(" ", "a b [0-9]"),
Completed in 445 milliseconds