Home
last modified time | relevance | path

Searched refs:EnumValueOptions (Results 1 – 18 of 18) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.cc432 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueOptions, deprecated_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
433 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueOptions, uninterpreted_option_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
438 EnumValueOptions::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
440 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueOptions, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
442 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueOptions, _extensions_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
443 sizeof(EnumValueOptions), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
444 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(EnumValueOptions, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
628 EnumValueOptions_descriptor_, &EnumValueOptions::default_instance()); in protobuf_RegisterTypes()
682 delete EnumValueOptions::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto()
861 EnumValueOptions::default_instance_ = new EnumValueOptions(); in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto()
[all …]
Ddescriptor.pb.h47 class EnumValueOptions; variable
1574 const ::google::protobuf::EnumValueOptions& options() const;
1575 ::google::protobuf::EnumValueOptions* mutable_options();
1576 ::google::protobuf::EnumValueOptions* release_options();
1577 void set_allocated_options(::google::protobuf::EnumValueOptions* options);
1592 ::google::protobuf::EnumValueOptions* options_;
2750 class LIBPROTOBUF_EXPORT EnumValueOptions : public ::google::protobuf::Message /* @@protoc_insertio…
2752 EnumValueOptions();
2753 virtual ~EnumValueOptions();
2755 EnumValueOptions(const EnumValueOptions& from);
[all …]
Ddescriptor.h99 class EnumValueOptions; variable
946 const EnumValueOptions& options() const;
966 typedef EnumValueOptions OptionsType;
983 const EnumValueOptions* options_;
1733 PROTOBUF_DEFINE_OPTIONS_ACCESSOR(EnumValueDescriptor, EnumValueOptions) in PROTOBUF_DEFINE_STRING_ACCESSOR()
Dunittest_custom_options.proto80 extend google.protobuf.EnumValueOptions {
345 extend google.protobuf.EnumValueOptions { optional Aggregate enumvalopt = 15486921; }
Ddescriptor.proto223 optional EnumValueOptions options = 3;
570 message EnumValueOptions { message
Ddescriptor.cc889 result->options_ = &EnumValueOptions::default_instance(); in FindEnumValueByNumberCreatingIfUnknown()
1920 if (&options() != &EnumValueOptions::default_instance()) { in CopyTo()
3540 placeholder_value->options_ = &EnumValueOptions::default_instance(); in NewPlaceholder()
5044 enum_value->options_ = &EnumValueOptions::default_instance(); in CrossLinkEnumValue()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs161 …ypeof(global::Google.Protobuf.Reflection.EnumValueOptions), global::Google.Protobuf.Reflection.Enu… in DescriptorReflection()
2193 private global::Google.Protobuf.Reflection.EnumValueOptions options_;
2195 public global::Google.Protobuf.Reflection.EnumValueOptions Options {
2279 options_ = new global::Google.Protobuf.Reflection.EnumValueOptions(); in MergeFrom()
2303 options_ = new global::Google.Protobuf.Reflection.EnumValueOptions(); in MergeFrom()
4313 internal sealed partial class EnumValueOptions : pb::IMessage<EnumValueOptions> { class
4314 …c readonly pb::MessageParser<EnumValueOptions> _parser = new pb::MessageParser<EnumValueOptions>((…
4316 public static pb::MessageParser<EnumValueOptions> Parser { get { return _parser; } }
4329 public EnumValueOptions() { in EnumValueOptions() method in Google.Protobuf.Reflection.EnumValueOptions
4336 public EnumValueOptions(EnumValueOptions other) : this() { in EnumValueOptions() method in Google.Protobuf.Reflection.EnumValueOptions
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/proto/com/google/protobuf/
Dmultiple_files_test.proto63 extend google.protobuf.EnumValueOptions {
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_custom_options.proto75 extend google.protobuf.EnumValueOptions {
329 extend google.protobuf.EnumValueOptions { optional Aggregate enumvalopt = 15486921; }
Ddescriptor.proto184 optional EnumValueOptions options = 3;
435 message EnumValueOptions { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto75 extend google.protobuf.EnumValueOptions {
329 extend google.protobuf.EnumValueOptions { optional Aggregate enumvalopt = 15486921; }
Ddescriptor.proto184 optional EnumValueOptions options = 3;
435 message EnumValueOptions { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor.cc1145 const EnumValueOptions& options(_GetDescriptor(self)->options()); in GetHasOptions()
1146 if (&options != &EnumValueOptions::default_instance()) { in GetHasOptions()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Ddescriptor_test.py125 descriptor_pb2.EnumValueOptions())
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1765 public EnumValueOptions getOptions() { return proto.getOptions(); } in getOptions()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser_unittest.cc2901 TEST_F(SourceInfoTest, EnumValueOptions) { in TEST_F() argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dupb.h7048 class EnumValueOptions : public ::upb::reffed_ptr<const ::upb::MessageDef> {
7050 EnumValueOptions(const ::upb::MessageDef* m, const void *ref_donor = NULL)
7055 static EnumValueOptions get() {
7057 return EnumValueOptions(m, &m);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.h6829 namespace EnumValueOptions {