Searched defs:atom_indices (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/re2/re2/testing/
H A Dfiltered_re2_test.cc15 vector<int> atom_indices; member in struct:re2::FilterTestVars
23 v.f.AllMatches("foo", v.atom_indices, &v.matches);
37 v.f.AllMatches("lemurs bar", v.atom_indices, &v.matches);
53 v.atom_indices.push_back(0);
54 v.f.AllMatches("foo\xde\xadQ\xbe\xeflemur", v.atom_indices, &v.matches);
194 vector<int>* atom_indices) {
195 atom_indices->clear();
200 atom_indices->push_back(j);
192 FindAtomIndices(const vector<string> atoms, const vector<string> matched_atoms, vector<int>* atom_indices) argument
/external/regex-re2/re2/testing/
H A Dfiltered_re2_test.cc15 vector<int> atom_indices; member in struct:re2::FilterTestVars
23 v.f.AllMatches("foo", v.atom_indices, &v.matches);
37 v.f.AllMatches("lemurs bar", v.atom_indices, &v.matches);
53 v.atom_indices.push_back(0);
54 v.f.AllMatches("foo\xde\xadQ\xbe\xeflemur", v.atom_indices, &v.matches);
194 vector<int>* atom_indices) {
195 atom_indices->clear();
200 atom_indices->push_back(j);
192 FindAtomIndices(const vector<string> atoms, const vector<string> matched_atoms, vector<int>* atom_indices) argument

Completed in 125 milliseconds