Searched defs:EnumType (Results 1 – 14 of 14) sorted by relevance
1 enum EnumType enum10 foo(EnumType) in foo() argument
1 enum EnumType enum12 foo(EnumType) in foo() 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
717 class EnumType(object): class
94 class EnumType(Type): class
476 class EnumType(type): class
2483 TEST_F(MiscTest, EnumType) { in TEST_F() argument
2795 export interface EnumType extends Type { interface