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

  /external/chromium_org/extensions/common/matcher/
regex_set_matcher.cc 50 std::vector<RE2ID> atoms(FindSubstringMatches(
53 std::vector<RE2ID> re2_ids;
68 std::vector<RegexSetMatcher::RE2ID> RegexSetMatcher::FindSubstringMatches(
72 return std::vector<RE2ID>(atoms_set.begin(), atoms_set.end());
82 RE2ID re2_id;
86 DCHECK_EQ(static_cast<RE2ID>(re2_id_map_.size()), re2_id);
regex_set_matcher.h 49 typedef int RE2ID;
55 std::vector<RE2ID> FindSubstringMatches(const std::string& text) const;

Completed in 606 milliseconds