Searched defs:EnumType (Results 1 – 14 of 14) sorted by relevance
115 #define BOOST_SCOPED_ENUM_UT_DECLARE_BEGIN(EnumType, UnderlyingType) \ argument151 #define BOOST_SCOPED_ENUM_DECLARE_END(EnumType) \ argument161 #define BOOST_SCOPED_ENUM_DECLARE_BEGIN(EnumType) \ argument169 #define BOOST_SCOPED_ENUM_NATIVE(EnumType) EnumType::enum_type argument175 #define BOOST_SCOPED_ENUM_FORWARD_DECLARE(EnumType) struct EnumType argument179 #define BOOST_SCOPED_ENUM_UT_DECLARE_BEGIN(EnumType,UnderlyingType) enum class EnumType : Underlyin… argument180 #define BOOST_SCOPED_ENUM_DECLARE_BEGIN(EnumType) enum class EnumType argument182 #define BOOST_SCOPED_ENUM_DECLARE_END(EnumType) ; argument184 #define BOOST_SCOPED_ENUM_NATIVE(EnumType) EnumType argument185 #define BOOST_SCOPED_ENUM_FORWARD_DECLARE(EnumType) enum class EnumType argument
277 public EnumDescriptor EnumType property in Google.Protobuf.Reflection.FieldDescriptor
521 public pbc::RepeatedField<global::Google.Protobuf.Reflection.EnumDescriptorProto> EnumType { property in Google.Protobuf.Reflection.FileDescriptorProto1048 public pbc::RepeatedField<global::Google.Protobuf.Reflection.EnumDescriptorProto> EnumType { property in Google.Protobuf.Reflection.DescriptorProto
46 enum EnumType { enum
237 enum EnumType { V1, V2 }; in BOOST_AUTO_TEST_CASE() enum856 enum EnumType { V1, V2, V3 }; in BOOST_AUTO_TEST_CASE() enum
65 class EnumType(Type): class
717 class EnumType(object): class
94 class EnumType(Type): class
2483 TEST_F(MiscTest, EnumType) { in TEST_F() argument
2548 export interface EnumType extends Type { interface
2562 export interface EnumType extends Type { interface