Searched defs:Choices (Results 1 – 8 of 8) sorted by relevance
5 enum Choices { enum
256 enum class EnumWithStringify { Many = 0, Choices = 1 }; enumerator
1147 enum class EnumClassWithStringify { Many = 0, Choices = 1 }; enumerator1155 enum EnumWithStringify { Many, Choices }; enumerator
653 enum class EnumWithStringify { Many = 0, Choices = 1 }; enumerator
1145 enum class EnumClassWithStringify { Many = 0, Choices = 1 }; enumerator1153 enum EnumWithStringify { Many, Choices }; enumerator
184 "Multiple Choices"); in setReason()