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

  /external/chromium_org/components/url_matcher/
regex_set_matcher.cc 50 std::vector<RE2ID> atoms(FindSubstringMatches(
53 std::vector<RE2ID> re2_ids;
67 std::vector<RegexSetMatcher::RE2ID> RegexSetMatcher::FindSubstringMatches(
71 return std::vector<RE2ID>(atoms_set.begin(), atoms_set.end());
81 RE2ID re2_id;
85 DCHECK_EQ(static_cast<RE2ID>(re2_id_map_.size()), re2_id);
regex_set_matcher.h 50 typedef int RE2ID;
56 std::vector<RE2ID> FindSubstringMatches(const std::string& text) const;

Completed in 364 milliseconds