Searched refs:ExistingBool (Results 1 – 1 of 1) sorted by relevance
322 struct ExistingBool { struct323 ExistingBool(short) : e1(), e2{}, e3() {} in ExistingBool() function327 ExistingBool(int) : e1(false), e2{false}, e3(false) {} in ExistingBool() argument331 ExistingBool(long) : e1(true), e2{true}, e3(true) {} in ExistingBool() argument