/external/chromium_org/third_party/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);
|
/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);
|