Searched defs:MyBool (Results 1 – 7 of 7) sorted by relevance
86 struct MyBool { struct88 constexpr explicit MyBool(bool v) : value(v) {} in MyBool() argument95 inline constexpr MyBool operator==(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator ==() argument
88 struct MyBool { struct90 constexpr explicit MyBool(bool v) : value(v) {} in MyBool() argument97 inline constexpr MyBool operator==(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator ==() argument
8 type MyBool bool type23 func f7(func(int) MyBool) {}24 func f8(func(MyInt, MyString) MyBool) {}
25 @property (readwrite) BOOL MyBool; property
7 type MyBool bool type
153 MyBool *MyBool `protobuf:"12"` member196 MyBool bool type302 MyBool MyBool `protobuf:"12"` member
565 class MyBool: class