/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | ServiceDescriptor.cs | 43 private readonly ServiceDescriptorProto proto; 46 internal ServiceDescriptor(ServiceDescriptorProto proto, FileDescriptor file, int index) in ServiceDescriptor() 61 internal ServiceDescriptorProto Proto { get { return proto; } }
|
D | Descriptor.cs | 154 …global::Google.Protobuf.Reflection.ServiceDescriptorProto), global::Google.Protobuf.Reflection.Ser… in DescriptorReflection() 425 …tatic readonly pb::FieldCodec<global::Google.Protobuf.Reflection.ServiceDescriptorProto> _repeated… 426 … = pb::FieldCodec.ForMessage(50, global::Google.Protobuf.Reflection.ServiceDescriptorProto.Parser); 427 …rotobuf.Reflection.ServiceDescriptorProto> service_ = new pbc::RepeatedField<global::Google.Protob… 429 public pbc::RepeatedField<global::Google.Protobuf.Reflection.ServiceDescriptorProto> Service { 2317 internal sealed partial class ServiceDescriptorProto : pb::IMessage<ServiceDescriptorProto> { class 2318 …y pb::MessageParser<ServiceDescriptorProto> _parser = new pb::MessageParser<ServiceDescriptorProto… 2320 public static pb::MessageParser<ServiceDescriptorProto> Parser { get { return _parser; } } 2333 public ServiceDescriptorProto() { in ServiceDescriptorProto() method in Google.Protobuf.Reflection.ServiceDescriptorProto 2340 public ServiceDescriptorProto(ServiceDescriptorProto other) : this() { in ServiceDescriptorProto() method in Google.Protobuf.Reflection.ServiceDescriptorProto [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/ |
D | parser.h | 301 bool ParseServiceDefinition(ServiceDescriptorProto* service, 322 bool ParseServiceBlock(ServiceDescriptorProto* service, 334 bool ParseServiceStatement(ServiceDescriptorProto* message,
|
D | parser.cc | 1799 ServiceDescriptorProto* service, in ParseServiceDefinition() 1806 ServiceDescriptorProto::kNameFieldNumber); in ParseServiceDefinition() 1816 bool Parser::ParseServiceBlock(ServiceDescriptorProto* service, in ParseServiceBlock() 1837 bool Parser::ParseServiceStatement(ServiceDescriptorProto* service, in ParseServiceStatement() 1845 service_location, ServiceDescriptorProto::kOptionsFieldNumber); in ParseServiceStatement() 1850 ServiceDescriptorProto::kMethodFieldNumber, service->method_size()); in ParseServiceStatement()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor.pb.h | 60 class ServiceDescriptorProto; variable 440 const ::google::protobuf::ServiceDescriptorProto& service(int index) const; 441 ::google::protobuf::ServiceDescriptorProto* mutable_service(int index); 442 ::google::protobuf::ServiceDescriptorProto* add_service(); 443 ::google::protobuf::RepeatedPtrField< ::google::protobuf::ServiceDescriptorProto >* 445 const ::google::protobuf::RepeatedPtrField< ::google::protobuf::ServiceDescriptorProto >& 513 ::google::protobuf::RepeatedPtrField< ::google::protobuf::ServiceDescriptorProto > service_; 1603 class LIBPROTOBUF_EXPORT ServiceDescriptorProto : public ::google::protobuf::Message /* @@protoc_in… 1605 ServiceDescriptorProto(); 1606 virtual ~ServiceDescriptorProto(); [all …]
|
D | descriptor.pb.cc | 291 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceDescriptorProto, name_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 292 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceDescriptorProto, method_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 293 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceDescriptorProto, options_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 298 ServiceDescriptorProto::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 300 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceDescriptorProto, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 303 sizeof(ServiceDescriptorProto), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 304 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceDescriptorProto, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 614 ServiceDescriptorProto_descriptor_, &ServiceDescriptorProto::default_instance()); in protobuf_RegisterTypes() 668 delete ServiceDescriptorProto::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto() 854 ServiceDescriptorProto::default_instance_ = new ServiceDescriptorProto(); in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto() [all …]
|
D | descriptor.h | 92 class ServiceDescriptorProto; variable 1028 void CopyTo(ServiceDescriptorProto* proto) const;
|
D | descriptor.cc | 1925 void ServiceDescriptor::CopyTo(ServiceDescriptorProto* proto) const { in CopyTo() 2739 output->push_back(ServiceDescriptorProto::kMethodFieldNumber); in GetLocationPath() 2989 void BuildService(const ServiceDescriptorProto& proto, 3013 const ServiceDescriptorProto& proto); 3163 const ServiceDescriptorProto& proto); 4650 void DescriptorBuilder::BuildService(const ServiceDescriptorProto& proto, in BuildService() 5049 ServiceDescriptor* service, const ServiceDescriptorProto& proto) { in CrossLinkService() 5379 const ServiceDescriptorProto& proto) { in ValidateServiceOptions()
|
D | descriptor_unittest.cc | 93 ServiceDescriptorProto* AddService(FileDescriptorProto* file, in AddService() 95 ServiceDescriptorProto* result = file->add_service(); in AddService() 164 MethodDescriptorProto* AddMethod(ServiceDescriptorProto* service, in AddMethod() 1361 ServiceDescriptorProto* service = AddService(&foo_file, "TestService"); in SetUp() 1370 ServiceDescriptorProto* service2 = AddService(&bar_file, "TestService2"); in SetUp()
|
D | descriptor.proto | 76 repeated ServiceDescriptorProto service = 6; 227 message ServiceDescriptorProto { message
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 1826 public ServiceDescriptorProto toProto() { in toProto() 1875 private ServiceDescriptorProto proto; 1880 private ServiceDescriptor(final ServiceDescriptorProto proto, in ServiceDescriptor() 1905 private void setProto(final ServiceDescriptorProto proto) { in setProto()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 71 repeated ServiceDescriptorProto service = 6; 188 message ServiceDescriptorProto { message
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 71 repeated ServiceDescriptorProto service = 6; 188 message ServiceDescriptorProto { message
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 592 ServiceDescriptorProto sdp; in PrintServiceDescriptor()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | descriptor.cc | 1596 return CopyToPythonProto<ServiceDescriptorProto>(_GetDescriptor(self), in CopyToProto()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | upb.h | 7238 class ServiceDescriptorProto : public ::upb::reffed_ptr<const ::upb::MessageDef> { 7240 ServiceDescriptorProto(const ::upb::MessageDef* m, const void *ref_donor = NULL) 7245 static ServiceDescriptorProto get() { 7247 return ServiceDescriptorProto(m, &m);
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | upb.h | 6951 namespace ServiceDescriptorProto {
|