Home
last modified time | relevance | path

Searched defs:EnumDescriptor (Results 1 – 20 of 20) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DEnumDescriptor.cs42 public sealed class EnumDescriptor : DescriptorBase class
49 …internal EnumDescriptor(EnumDescriptorProto proto, FileDescriptor file, MessageDescriptor parent, … in EnumDescriptor() method in Google.Protobuf.Reflection.EnumDescriptor
DEnumValueDescriptor.cs71 public EnumDescriptor EnumDescriptor { get { return enumDescriptor; } } property in Google.Protobuf.Reflection.EnumValueDescriptor
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_names.h51 class EnumDescriptor; variable
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_names.h47 class EnumDescriptor; variable
Djava_context.h47 class EnumDescriptor; variable
Djava_name_resolver.h42 class EnumDescriptor; variable
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.h44 class EnumDescriptor; variable
/third_party/protobuf/src/google/protobuf/
Dgenerated_enum_reflection.h56 class EnumDescriptor; variable
Ddescriptor.h86 class EnumDescriptor; variable
567 friend class EnumDescriptor; variable
1150 EnumDescriptor() {} in EnumDescriptor() function
1235 friend class EnumDescriptor; variable
1596 friend class EnumDescriptor; variable
1891 friend class EnumDescriptor; variable
/third_party/protobuf/php/src/Google/Protobuf/
DEnumDescriptor.php35 class EnumDescriptor class
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs176 public void EnumDescriptor() in EnumDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.h59 typedef struct EnumDescriptor EnumDescriptor; typedef
143 struct EnumDescriptor { struct
160 google_protobuf_EnumDescriptorProto* enum_proto; argument
/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.h49 class EnumDescriptor; variable
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DEnumBuilderContext.php35 use Google\Protobuf\Internal\EnumDescriptor; alias
DEnumDescriptor.php7 class EnumDescriptor class
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs292 public void EnumDescriptor() in EnumDescriptor() method in Google.Protobuf.Reflection.DescriptorsTest
/third_party/protobuf/php/ext/google/protobuf/
Ddef.c118 } EnumDescriptor; typedef
178 PHP_METHOD(EnumDescriptor, getValue) { in PHP_METHOD() argument
210 PHP_METHOD(EnumDescriptor, getValueCount) { in PHP_METHOD() argument
222 PHP_METHOD(EnumDescriptor, getPublicDescriptor) { in PHP_METHOD() argument
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.h50 class EnumDescriptor; variable
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1639 public static final class EnumDescriptor extends GenericDescriptor class in Descriptors
1787 private EnumDescriptor( in EnumDescriptor() method in Descriptors.EnumDescriptor
/third_party/protobuf/python/google/protobuf/
Ddescriptor.py627 class EnumDescriptor(_NestedDescriptorBase): class