Searched defs:MyType (Results 1 – 7 of 7) sorted by relevance
169 struct MyType { struct170 int a;171 int *b;172 void *array[1];
19 @interface MyType : NSObject <NSCopying> interface36 @implementation MyType implementation
5 typedef int MyType; typedef
21 typedef IPDBEnumChildren<ChildType> MyType; typedef
79 class MyType { class81 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() function in MyType
43 typedef TEST_DECLTYPE(foo()) MyType; in test_decltype() typedef