HomeSort by relevance Sort by last modified time
    Searched full:atom_indices (Results 1 - 1 of 1) sorted by null

  /external/regex-re2/re2/testing/
filtered_re2_test.cc 15 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);

Completed in 336 milliseconds