Searched defs:GenericType (Results 1 – 10 of 10) sorted by relevance
40 class GenericType<T> { class
40 class GenericType<T> { class130 function GenericType(parent) { class in GenericType
75 class GenericType final : public Type { class79 GenericType(const char* name, std::vector<const Type*> coercibleTypes) in GenericType() function in SkSL::GenericType
643 DECLARE_DECLARABLE_BOILERPLATE(GenericType, generic_type) in DECLARE_DECLARABLE_BOILERPLATE() argument
27 class GenericType; variable
2851 export interface GenericType extends InterfaceType, TypeReference { interface