Home
last modified time | relevance | path

Searched refs:RE2ID (Results 1 – 2 of 2) sorted by relevance

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