Searched refs:specializations_ (Results 1 – 1 of 1) sorted by relevance
575 DCHECK_EQ(0, specializations_.count(type_arguments)); in AddSpecialization()580 specializations_[type_arguments] = specialization; in AddSpecialization()584 auto it = specializations_.find(type_arguments); in GetSpecialization()585 if (it != specializations_.end()) return it->second; in GetSpecialization()590 iterator begin() const { return specializations_.begin(); } in begin()591 iterator end() const { return specializations_.end(); } in end()617 Map specializations_; variable