Searched defs:coercibleTypes (Results 1 – 2 of 2) sorted by relevance
111 const std::vector<const Type*>& coercibleTypes() const override { in coercibleTypes() function in SkSL::AliasType175 GenericType(const char* name, std::vector<const Type*> coercibleTypes) in GenericType()179 const std::vector<const Type*>& coercibleTypes() const override { in coercibleTypes() function in SkSL::GenericType
406 virtual const std::vector<const Type*>& coercibleTypes() const { in coercibleTypes() function