Searched defs:EnumType (Results 1 – 14 of 14) sorted by relevance
28 struct EnumType struct30 enum type : T {E_zero, E_one};
226 public EnumDescriptor EnumType property in Google.Protobuf.Reflection.FieldDescriptor
390 public pbc::RepeatedField<global::Google.Protobuf.Reflection.EnumDescriptorProto> EnumType { property in Google.Protobuf.Reflection.FileDescriptorProto740 public pbc::RepeatedField<global::Google.Protobuf.Reflection.EnumDescriptorProto> EnumType { property in Google.Protobuf.Reflection.DescriptorProto
8 typedef enum { E4 } EnumType; typedef
3 typedef enum { XX } EnumType; typedef
287 typedef Enum EnumType; typedef
43 enum EnumType { enum
376 class EnumType(object): class
58 class EnumType(Type): class
1523 TEST_F(OneofTest, EnumType) { in TEST_F() argument
22 class EnumType(type): class
718 QualType EnumType = S.Context.getTypeDeclType(ED); in ShouldDiagnoseSwitchCaseNotInEnum() local
14640 QualType EnumType) { in CheckForDuplicateEnumValues()14780 QualType EnumType = Context.getTypeDeclType(Enum); in ActOnEnumBody() local
2184 TEST_F(MiscTest, EnumType) { in TEST_F() argument