Searched defs:MyType (Results 1 – 4 of 4) sorted by relevance
169 struct MyType { struct170 int a;171 int *b;172 void *array[1];
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