Searched refs:type_arguments (Results 1 – 1 of 1) sorted by relevance
573 void AddSpecialization(const TypeVector& type_arguments, in AddSpecialization() argument575 DCHECK_EQ(0, specializations_.count(type_arguments)); in AddSpecialization()577 FindConstraintViolation(type_arguments, Constraints())) { in AddSpecialization()580 specializations_[type_arguments] = specialization; in AddSpecialization()583 const TypeVector& type_arguments) const { in GetSpecialization() argument584 auto it = specializations_.find(type_arguments); in GetSpecialization()