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

/external/chromium_org/third_party/re2/re2/testing/
H A Dfiltered_re2_test.cc224 vector<int> matching_regexps; local
248 vector<int> matching_regexps; local
249 v.f.AllMatches(text, atom_ids, &matching_regexps);
250 EXPECT_EQ(1, matching_regexps.size());
258 v.f.AllMatches(text, atom_ids, &matching_regexps);
259 EXPECT_EQ(1, matching_regexps.size());
271 v.f.AllMatches(text, atom_ids, &matching_regexps);
272 EXPECT_EQ(2, matching_regexps.size());
/external/regex-re2/re2/testing/
H A Dfiltered_re2_test.cc224 vector<int> matching_regexps; local
248 vector<int> matching_regexps; local
249 v.f.AllMatches(text, atom_ids, &matching_regexps);
250 EXPECT_EQ(1, matching_regexps.size());
258 v.f.AllMatches(text, atom_ids, &matching_regexps);
259 EXPECT_EQ(1, matching_regexps.size());
271 v.f.AllMatches(text, atom_ids, &matching_regexps);
272 EXPECT_EQ(2, matching_regexps.size());

Completed in 172 milliseconds