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

  /external/regex-re2/re2/
filtered_re2.cc 82 vector<int>* matching_regexps) const {
83 matching_regexps->clear();
88 matching_regexps->push_back(regexps[i]);
89 return !matching_regexps->empty();
filtered_re2.h 68 vector<int>* matching_regexps) const;
  /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 180 milliseconds