/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor.pb.cc | 464 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodOptions, deprecated_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 465 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodOptions, uninterpreted_option_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 470 MethodOptions::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 472 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodOptions, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 474 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodOptions, _extensions_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 475 sizeof(MethodOptions), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 476 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(MethodOptions, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 632 MethodOptions_descriptor_, &MethodOptions::default_instance()); in protobuf_RegisterTypes() 686 delete MethodOptions::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto() 863 MethodOptions::default_instance_ = new MethodOptions(); in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto() [all …]
|
D | descriptor.pb.h | 57 class MethodOptions; variable 1834 const ::google::protobuf::MethodOptions& options() const; 1835 ::google::protobuf::MethodOptions* mutable_options(); 1836 ::google::protobuf::MethodOptions* release_options(); 1837 void set_allocated_options(::google::protobuf::MethodOptions* options); 1874 ::google::protobuf::MethodOptions* options_; 2968 class LIBPROTOBUF_EXPORT MethodOptions : public ::google::protobuf::Message /* @@protoc_insertion_p… 2970 MethodOptions(); 2971 virtual ~MethodOptions(); 2973 MethodOptions(const MethodOptions& from); [all …]
|
D | descriptor.h | 101 class MethodOptions; variable 1106 const MethodOptions& options() const; 1126 typedef MethodOptions OptionsType; 1144 const MethodOptions* options_; 1748 PROTOBUF_DEFINE_OPTIONS_ACCESSOR(MethodDescriptor, MethodOptions) in PROTOBUF_DEFINE_STRING_ACCESSOR()
|
D | unittest_custom_options.proto | 93 extend google.protobuf.MethodOptions { 347 extend google.protobuf.MethodOptions { optional Aggregate methodopt = 15512713; }
|
D | descriptor.proto | 243 optional MethodOptions options = 4; 604 message MethodOptions { message
|
D | descriptor.cc | 1950 if (&options() != &MethodOptions::default_instance()) { in CopyTo() 5062 method->options_ = &MethodOptions::default_instance(); in CrossLinkMethod()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 163 …o(typeof(global::Google.Protobuf.Reflection.MethodOptions), global::Google.Protobuf.Reflection.Met… in DescriptorReflection() 2567 private global::Google.Protobuf.Reflection.MethodOptions options_; 2569 public global::Google.Protobuf.Reflection.MethodOptions Options { 2711 options_ = new global::Google.Protobuf.Reflection.MethodOptions(); in MergeFrom() 2745 options_ = new global::Google.Protobuf.Reflection.MethodOptions(); in MergeFrom() 4605 internal sealed partial class MethodOptions : pb::IMessage<MethodOptions> { class 4606 …static readonly pb::MessageParser<MethodOptions> _parser = new pb::MessageParser<MethodOptions>(()… 4608 public static pb::MessageParser<MethodOptions> Parser { get { return _parser; } } 4621 public MethodOptions() { in MethodOptions() method in Google.Protobuf.Reflection.MethodOptions 4628 public MethodOptions(MethodOptions other) : this() { in MethodOptions() method in Google.Protobuf.Reflection.MethodOptions [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 | 88 extend google.protobuf.MethodOptions { 331 extend google.protobuf.MethodOptions { optional Aggregate methodopt = 15512713; }
|
D | descriptor.proto | 204 optional MethodOptions options = 4; 457 message MethodOptions { 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 | 88 extend google.protobuf.MethodOptions { 331 extend google.protobuf.MethodOptions { optional Aggregate methodopt = 15512713; }
|
D | descriptor.proto | 204 optional MethodOptions options = 4; 457 message MethodOptions { message
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | descriptor_test.py | 131 descriptor_pb2.MethodOptions())
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 1965 public MethodOptions getOptions() { return proto.getOptions(); } in getOptions()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | upb.h | 7212 class MethodOptions : public ::upb::reffed_ptr<const ::upb::MessageDef> { 7214 MethodOptions(const ::upb::MessageDef* m, const void *ref_donor = NULL) 7219 static MethodOptions get() { 7221 return MethodOptions(m, &m);
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | upb.h | 6942 namespace MethodOptions {
|