Searched refs:exact_matches_ (Results 1 – 1 of 1) sorted by relevance
70 if (std::find_if(exact_matches_.begin(), exact_matches_.end(), [&exact_match](const auto& t) { in AddExactMatchContext()72 }) != exact_matches_.end()) { in AddExactMatchContext()76 exact_matches_.emplace_back(exact_match, context, type); in AddExactMatchContext()90 const std::vector<PropertyEntryBuilder>& exact_matches() const { return exact_matches_; } in exact_matches()96 std::vector<PropertyEntryBuilder> exact_matches_; variable