Searched defs:ShortEnum (Results 1 – 3 of 3) sorted by relevance
46 typedef enum : short_t { ShortConstant = 0 } ShortEnum; typedef
28 enum ShortEnum : short { ESValue1 = 1, ESValue2 = 2 }; enum
1331 enum ShortEnum : short { beige }; global() enum