Home
last modified time | relevance | path

Searched refs:OneofOptions (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.cc400 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(OneofOptions, uninterpreted_option_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
405 OneofOptions::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
407 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(OneofOptions, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
409 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(OneofOptions, _extensions_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
410 sizeof(OneofOptions), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
411 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(OneofOptions, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
624 OneofOptions_descriptor_, &OneofOptions::default_instance()); in protobuf_RegisterTypes()
678 delete OneofOptions::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto()
859 OneofOptions::default_instance_ = new OneofOptions(); in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto()
884 OneofOptions::default_instance_->InitAsDefaultInstance(); in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto()
[all …]
Ddescriptor.pb.h59 class OneofOptions; variable
1334 const ::google::protobuf::OneofOptions& options() const;
1335 ::google::protobuf::OneofOptions* mutable_options();
1336 ::google::protobuf::OneofOptions* release_options();
1337 void set_allocated_options(::google::protobuf::OneofOptions* options);
1350 ::google::protobuf::OneofOptions* options_;
2532 class LIBPROTOBUF_EXPORT OneofOptions : public ::google::protobuf::Message /* @@protoc_insertion_po…
2534 OneofOptions();
2535 virtual ~OneofOptions();
2537 OneofOptions(const OneofOptions& from);
[all …]
Ddescriptor.h97 class OneofOptions; variable
753 const OneofOptions& options() const;
772 typedef OneofOptions OptionsType;
791 const OneofOptions* options_;
1717 PROTOBUF_DEFINE_OPTIONS_ACCESSOR(OneofDescriptor, OneofOptions) in PROTOBUF_DEFINE_STRING_ACCESSOR()
Dunittest_custom_options.proto72 extend google.protobuf.OneofOptions {
Ddescriptor.proto206 optional OneofOptions options = 2;
543 message OneofOptions { message
Ddescriptor.cc1899 if (&options() != &OneofOptions::default_instance()) { in CopyTo()
4801 oneof_decl->options_ = &OneofOptions::default_instance(); in CrossLinkMessage()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs159 …fo(typeof(global::Google.Protobuf.Reflection.OneofOptions), global::Google.Protobuf.Reflection.One… in DescriptorReflection()
1853 private global::Google.Protobuf.Reflection.OneofOptions options_;
1855 public global::Google.Protobuf.Reflection.OneofOptions Options {
1927 options_ = new global::Google.Protobuf.Reflection.OneofOptions(); in MergeFrom()
1947 options_ = new global::Google.Protobuf.Reflection.OneofOptions(); in MergeFrom()
4023 internal sealed partial class OneofOptions : pb::IMessage<OneofOptions> { class
4024 … static readonly pb::MessageParser<OneofOptions> _parser = new pb::MessageParser<OneofOptions>(() …
4026 public static pb::MessageParser<OneofOptions> Parser { get { return _parser; } }
4039 public OneofOptions() { in OneofOptions() method in Google.Protobuf.Reflection.OneofOptions
4046 public OneofOptions(OneofOptions other) : this() { in OneofOptions() method in Google.Protobuf.Reflection.OneofOptions
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor.cc1466 const OneofOptions& options(_GetDescriptor(self)->options()); in GetHasOptions()
1467 if (&options != &OneofOptions::default_instance()) { in GetHasOptions()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DDescriptors.java2520 public OneofOptions getOptions() { in getOptions()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt64 * Added OneofOptions. You can now define custom options for oneof groups.
66 extend google.protobuf.OneofOptions {