Searched defs:MyType (Results 1 – 4 of 4) sorted by relevance
23 using MyType = IPDBEnumChildren<ChildType>; variable
69 class MyType { class71 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() function in MyType
567 struct MyType {}; struct
1640 struct MyType { in TEST() struct1641 int i; in TEST()1642 std::string str; in TEST()