Searched defs:coercibleTypes (Results 1 – 3 of 3) sorted by relevance
138 std::vector<const Type*> coercibleTypes) in Type()375 const std::vector<const Type*>& coercibleTypes() const { in coercibleTypes() function
401 virtual const std::vector<const Type*>& coercibleTypes() const { in coercibleTypes() function
79 GenericType(const char* name, std::vector<const Type*> coercibleTypes) in GenericType()83 const std::vector<const Type*>& coercibleTypes() const override { in coercibleTypes() function in SkSL::GenericType