Searched defs:MyType (Results 1 – 13 of 13) sorted by relevance
202 struct MyType { struct203 int a;204 int *b;205 void *array[1];
27 struct MyType { struct29 explicit MyType(int xvalue = 0) : value(xvalue) {} in MyType() function
19 @interface MyType : NSObject <NSCopying> interface36 @implementation MyType implementation
22 using MyType = IPDBEnumChildren<ChildType>; variable
5 typedef int MyType; typedef
22 typedef IPDBEnumChildren<ChildType> MyType; typedef
14 struct MyType {}; struct
78 class MyType { class80 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() function in MyType
559 struct MyType {}; struct
170 class MyType { class
1644 class MyType(TestCase): class in TestTypeUserDefined
1588 class MyType(TestCase): class in TestTypeUserDefined