/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor.pb.cc | 448 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceOptions, deprecated_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 449 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceOptions, uninterpreted_option_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 454 ServiceOptions::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 456 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceOptions, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 458 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceOptions, _extensions_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 459 sizeof(ServiceOptions), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 460 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceOptions, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 630 ServiceOptions_descriptor_, &ServiceOptions::default_instance()); in protobuf_RegisterTypes() 684 delete ServiceOptions::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto() 862 ServiceOptions::default_instance_ = new ServiceOptions(); in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto() [all …]
|
D | descriptor.pb.h | 61 class ServiceOptions; variable 1699 const ::google::protobuf::ServiceOptions& options() const; 1700 ::google::protobuf::ServiceOptions* mutable_options(); 1701 ::google::protobuf::ServiceOptions* release_options(); 1702 void set_allocated_options(::google::protobuf::ServiceOptions* options); 1716 ::google::protobuf::ServiceOptions* options_; 2859 class LIBPROTOBUF_EXPORT ServiceOptions : public ::google::protobuf::Message /* @@protoc_insertion_… 2861 ServiceOptions(); 2862 virtual ~ServiceOptions(); 2864 ServiceOptions(const ServiceOptions& from); [all …]
|
D | descriptor.h | 100 class ServiceOptions; variable 1017 const ServiceOptions& options() const; 1045 typedef ServiceOptions OptionsType; 1060 const ServiceOptions* options_; 1741 PROTOBUF_DEFINE_OPTIONS_ACCESSOR(ServiceDescriptor, ServiceOptions) in PROTOBUF_DEFINE_STRING_ACCESSOR()
|
D | unittest_custom_options.proto | 84 extend google.protobuf.ServiceOptions { 346 extend google.protobuf.ServiceOptions { optional Aggregate serviceopt = 15497145; }
|
D | descriptor.proto | 231 optional ServiceOptions options = 3; 584 message ServiceOptions { message
|
D | descriptor.cc | 1932 if (&options() != &ServiceOptions::default_instance()) { in CopyTo() 5051 service->options_ = &ServiceOptions::default_instance(); in CrossLinkService()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 162 …(typeof(global::Google.Protobuf.Reflection.ServiceOptions), global::Google.Protobuf.Reflection.Ser… in DescriptorReflection() 2374 private global::Google.Protobuf.Reflection.ServiceOptions options_; 2376 public global::Google.Protobuf.Reflection.ServiceOptions Options { 2453 options_ = new global::Google.Protobuf.Reflection.ServiceOptions(); in MergeFrom() 2477 options_ = new global::Google.Protobuf.Reflection.ServiceOptions(); in MergeFrom() 4459 internal sealed partial class ServiceOptions : pb::IMessage<ServiceOptions> { class 4460 …atic readonly pb::MessageParser<ServiceOptions> _parser = new pb::MessageParser<ServiceOptions>(()… 4462 public static pb::MessageParser<ServiceOptions> Parser { get { return _parser; } } 4475 public ServiceOptions() { in ServiceOptions() method in Google.Protobuf.Reflection.ServiceOptions 4482 public ServiceOptions(ServiceOptions other) : this() { in ServiceOptions() method in Google.Protobuf.Reflection.ServiceOptions [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 | 79 extend google.protobuf.ServiceOptions { 330 extend google.protobuf.ServiceOptions { optional Aggregate serviceopt = 15497145; }
|
D | descriptor.proto | 192 optional ServiceOptions options = 3; 443 message ServiceOptions { 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 | 79 extend google.protobuf.ServiceOptions { 330 extend google.protobuf.ServiceOptions { optional Aggregate serviceopt = 15497145; }
|
D | descriptor.proto | 192 optional ServiceOptions options = 3; 443 message ServiceOptions { message
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | descriptor_test.py | 133 descriptor_pb2.ServiceOptions())
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 1852 public ServiceOptions getOptions() { return proto.getOptions(); } in getOptions()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | upb.h | 7251 class ServiceOptions : public ::upb::reffed_ptr<const ::upb::MessageDef> { 7253 ServiceOptions(const ::upb::MessageDef* m, const void *ref_donor = NULL) 7258 static ServiceOptions get() { 7260 return ServiceOptions(m, &m);
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | upb.h | 6962 namespace ServiceOptions {
|