Searched defs:BoolBits (Results 1 – 1 of 1) sorted by relevance
83 struct BoolBits { struct84 bool a : 1;85 bool b : 1;86 bool c : 2;87 bool d : 2;