/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor.pb.h | 45 class EnumOptions; variable 1456 const ::google::protobuf::EnumOptions& options() const; 1457 ::google::protobuf::EnumOptions* mutable_options(); 1458 ::google::protobuf::EnumOptions* release_options(); 1459 void set_allocated_options(::google::protobuf::EnumOptions* options); 1473 ::google::protobuf::EnumOptions* options_; 2631 class LIBPROTOBUF_EXPORT EnumOptions : public ::google::protobuf::Message /* @@protoc_insertion_poi… 2633 EnumOptions(); 2634 virtual ~EnumOptions(); 2636 EnumOptions(const EnumOptions& from); [all …]
|
D | descriptor.pb.cc | 415 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumOptions, allow_alias_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 416 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumOptions, deprecated_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 417 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumOptions, uninterpreted_option_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 422 EnumOptions::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 424 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumOptions, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 426 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumOptions, _extensions_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 427 sizeof(EnumOptions), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 428 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumOptions, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 626 EnumOptions_descriptor_, &EnumOptions::default_instance()); in protobuf_RegisterTypes() 680 delete EnumOptions::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto() [all …]
|
D | descriptor.h | 98 class EnumOptions; variable 842 const EnumOptions& options() const; 867 typedef EnumOptions OptionsType; 896 const EnumOptions* options_; 1726 PROTOBUF_DEFINE_OPTIONS_ACCESSOR(EnumDescriptor, EnumOptions) in PROTOBUF_DEFINE_STRING_ACCESSOR()
|
D | unittest_custom_options.proto | 76 extend google.protobuf.EnumOptions { 344 extend google.protobuf.EnumOptions { optional Aggregate enumopt = 15483218; }
|
D | descriptor.proto | 215 optional EnumOptions options = 3; 551 message EnumOptions { message
|
D | descriptor.cc | 1911 if (&options() != &EnumOptions::default_instance()) { in CopyTo() 3521 placeholder_enum->options_ = &EnumOptions::default_instance(); in NewPlaceholder() 5032 enum_type->options_ = &EnumOptions::default_instance(); in CrossLinkEnum()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 160 …nfo(typeof(global::Google.Protobuf.Reflection.EnumOptions), global::Google.Protobuf.Reflection.Enu… in DescriptorReflection() 2018 private global::Google.Protobuf.Reflection.EnumOptions options_; 2020 public global::Google.Protobuf.Reflection.EnumOptions Options { 2097 options_ = new global::Google.Protobuf.Reflection.EnumOptions(); in MergeFrom() 2121 options_ = new global::Google.Protobuf.Reflection.EnumOptions(); in MergeFrom() 4135 internal sealed partial class EnumOptions : pb::IMessage<EnumOptions> { class 4136 …te static readonly pb::MessageParser<EnumOptions> _parser = new pb::MessageParser<EnumOptions>(() … 4138 public static pb::MessageParser<EnumOptions> Parser { get { return _parser; } } 4151 public EnumOptions() { in EnumOptions() method in Google.Protobuf.Reflection.EnumOptions 4158 public EnumOptions(EnumOptions other) : this() { in EnumOptions() method in Google.Protobuf.Reflection.EnumOptions [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 71 extend google.protobuf.EnumOptions { 328 extend google.protobuf.EnumOptions { optional Aggregate enumopt = 15483218; }
|
D | descriptor.proto | 176 optional EnumOptions options = 3; 422 message EnumOptions { message
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 71 extend google.protobuf.EnumOptions { 328 extend google.protobuf.EnumOptions { optional Aggregate enumopt = 15483218; }
|
D | descriptor.proto | 176 optional EnumOptions options = 3; 422 message EnumOptions { message
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/ |
D | test.proto | 117 extend google.protobuf.EnumOptions {
|
D | README.md | 81 goog.provide('proto.google.protobuf.EnumOptions');
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | descriptor.cc | 1021 const EnumOptions& options(_GetDescriptor(self)->options()); in GetHasOptions() 1022 if (&options != &EnumOptions::default_instance()) { in GetHasOptions()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | DescriptorsTest.java | 300 assertEquals(DescriptorProtos.EnumOptions.getDefaultInstance(), in testEnumDescriptor()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | descriptor_test.py | 123 descriptor_pb2.EnumOptions())
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/ |
D | DescriptorsTest.java | 310 assertEquals(DescriptorProtos.EnumOptions.getDefaultInstance(), in testEnumDescriptor()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 1569 public EnumOptions getOptions() { return proto.getOptions(); } in getOptions()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | upb.h | 7022 class EnumOptions : public ::upb::reffed_ptr<const ::upb::MessageDef> { 7024 EnumOptions(const ::upb::MessageDef* m, const void *ref_donor = NULL) 7029 static EnumOptions get() { 7031 return EnumOptions(m, &m);
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | upb.h | 6808 namespace EnumOptions {
|