Searched defs:MyBool (Results 1 – 2 of 2) sorted by relevance
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
25 @property (readwrite) BOOL MyBool; property