HomeSort by relevance Sort by last modified time
    Searched defs:atom_ids (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/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/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...]

Completed in 74 milliseconds