Searched refs:atoms_set (Results 1 – 1 of 1) sorted by relevance
69 std::set<int> atoms_set; in FindSubstringMatches() local70 substring_matcher_->Match(text, &atoms_set); in FindSubstringMatches()71 return std::vector<RE2ID>(atoms_set.begin(), atoms_set.end()); in FindSubstringMatches()