Searched refs:RE2ID (Results 1 – 2 of 2) sorted by relevance
50 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()
50 typedef int RE2ID; typedef56 std::vector<RE2ID> FindSubstringMatches(const std::string& text) const;