Searched refs:re2_ids (Results 1 – 1 of 1) sorted by relevance
53 std::vector<RE2ID> re2_ids; in Match() local54 filtered_re2_->AllMatches(text, atoms, &re2_ids); in Match()56 for (size_t i = 0; i < re2_ids.size(); ++i) { in Match()57 StringPattern::ID id = re2_id_map_[re2_ids[i]]; in Match()