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

  /external/chromium_org/third_party/re2/re2/testing/
filtered_re2_test.cc 224 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/
filtered_re2_test.cc 224 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 191 milliseconds