OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atom_ids
(Results
1 - 3
of
3
) sorted by null
/external/regex-re2/re2/testing/
filtered_re2_test.cc
223
vector<int>
atom_ids
;
local
225
EXPECT_EQ(0, v.f.FirstMatch(text,
atom_ids
));
244
vector<int>
atom_ids
;
local
247
FindAtomIndices(v.atoms, atoms, &
atom_ids
);
249
v.f.AllMatches(text,
atom_ids
, &matching_regexps);
257
FindAtomIndices(v.atoms, atoms, &
atom_ids
);
258
v.f.AllMatches(text,
atom_ids
, &matching_regexps);
267
FindAtomIndices(v.atoms, atoms, &
atom_ids
);
268
LOG(INFO) << "S: " <<
atom_ids
.size();
269
for (int i = 0; i <
atom_ids
.size(); i++
270
LOG(INFO) << "i: " << i << " : " <<
atom_ids
[i];
local
[
all
...]
/external/regex-re2/re2/
prefilter_tree.cc
311
void PrefilterTree::PropagateMatch(const vector<int>&
atom_ids
,
315
for (int i = 0; i <
atom_ids
.size(); i++)
316
work.set(
atom_ids
[i], 1);
prefilter_tree.h
88
void PropagateMatch(const vector<int>&
atom_ids
,
Completed in 513 milliseconds