Searched defs:CustomType (Results 1 – 8 of 8) sorted by relevance
94 typedef AbstractStruct2<cl_int, cl_float> CustomType; in TEST_UNDEF() typedef100 typedef AbstractStruct2<cl_int, cl_char> CustomType; in TEST_SPIRV_FUNC() typedef
9 static PyTypeObject CustomType = { variable
98 static PyTypeObject CustomType = { variable
148 static PyTypeObject CustomType = { variable
160 static PyTypeObject CustomType = { variable
197 CustomType, enumerator
208 CustomType, enumerator
144 class CustomType : public Function<CustomType, RPCFoo(RPCFoo)> { class