Searched refs:fCoercibleTypes (Results 1 – 3 of 3) sorted by relevance
104 , fCoercibleTypes(std::move(types)) { in Type()144 , fCoercibleTypes(std::move(coercibleTypes)) in Type()376 SkASSERT(fCoercibleTypes.size() > 0); in coercibleTypes()377 return fCoercibleTypes; in coercibleTypes()427 std::vector<const Type*> fCoercibleTypes; variable
42 for (size_t i = 0; i < fCoercibleTypes.size(); i++) { in coercionCost()43 if (*fCoercibleTypes[i] == other) { in coercionCost()
81 , fCoercibleTypes(std::move(coercibleTypes)) {} in GenericType()84 return fCoercibleTypes; in coercibleTypes()90 std::vector<const Type*> fCoercibleTypes; member in SkSL::GenericType