/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | ServiceDescriptor.cs | 45 private readonly ServiceDescriptorProto proto; 48 internal ServiceDescriptor(ServiceDescriptorProto proto, FileDescriptor file, int index) in ServiceDescriptor() 67 case ServiceDescriptorProto.MethodFieldNumber: in GetNestedDescriptorListForField() 74 internal ServiceDescriptorProto Proto { get { return proto; } }
|
D | Descriptor.cs | 174 …global::Google.Protobuf.Reflection.ServiceDescriptorProto), global::Google.Protobuf.Reflection.Ser… in DescriptorReflection() 527 …tatic readonly pb::FieldCodec<global::Google.Protobuf.Reflection.ServiceDescriptorProto> _repeated… 528 … = pb::FieldCodec.ForMessage(50, global::Google.Protobuf.Reflection.ServiceDescriptorProto.Parser); 529 …rotobuf.Reflection.ServiceDescriptorProto> service_ = new pbc::RepeatedField<global::Google.Protob… 531 public pbc::RepeatedField<global::Google.Protobuf.Reflection.ServiceDescriptorProto> Service { 4009 public sealed partial class ServiceDescriptorProto : pb::IMessage<ServiceDescriptorProto> class 4014 …y pb::MessageParser<ServiceDescriptorProto> _parser = new pb::MessageParser<ServiceDescriptorProto… 4017 public static pb::MessageParser<ServiceDescriptorProto> Parser { get { return _parser; } } 4030 public ServiceDescriptorProto() { in ServiceDescriptorProto() method in Google.Protobuf.Reflection.ServiceDescriptorProto 4037 public ServiceDescriptorProto(ServiceDescriptorProto other) : this() { in ServiceDescriptorProto() method in Google.Protobuf.Reflection.ServiceDescriptorProto [all …]
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | parser.h | 319 bool ParseServiceDefinition(ServiceDescriptorProto* service, 340 bool ParseServiceBlock(ServiceDescriptorProto* service, 352 bool ParseServiceStatement(ServiceDescriptorProto* message,
|
D | parser.cc | 2090 ServiceDescriptorProto* service, const LocationRecorder& service_location, in ParseServiceDefinition() 2096 ServiceDescriptorProto::kNameFieldNumber); in ParseServiceDefinition() 2106 bool Parser::ParseServiceBlock(ServiceDescriptorProto* service, in ParseServiceBlock() 2127 bool Parser::ParseServiceStatement(ServiceDescriptorProto* service, in ParseServiceStatement() 2135 ServiceDescriptorProto::kOptionsFieldNumber); in ParseServiceStatement() 2140 ServiceDescriptorProto::kMethodFieldNumber, in ParseServiceStatement()
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor.pb.h | 122 class ServiceDescriptorProto; variable 163 …XPORT PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_… 685 PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto* mutable_service(int index); 686 ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto >* 689 const PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto& _internal_service(int index) const; 690 PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto* _internal_add_service(); 692 const PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto& service(int index) const; 693 PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto* add_service(); 694 const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto >& 867 …::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto > service… [all …]
|
D | descriptor.pb.cc | 89 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<ServiceDescriptorProto> _instance; 481 new (ptr) PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto(); in InitDefaultsscc_info_ServiceDescriptorProto_google_2fprotobuf_2fdescriptor_2eproto() 484 PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto::InitAsDefaultInstance(); in InitDefaultsscc_info_ServiceDescriptorProto_google_2fprotobuf_2fdescriptor_2eproto() 727 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto, _has_bits_), 728 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto, _internal_metadata_), 732 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto, name_), 733 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto, method_), 734 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto, options_), 963 { 157, 165, sizeof(PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto)}, 5460 void ServiceDescriptorProto::InitAsDefaultInstance() { in InitAsDefaultInstance() [all …]
|
D | descriptor_unittest.cc | 101 ServiceDescriptorProto* AddService(FileDescriptorProto* file, in AddService() 103 ServiceDescriptorProto* result = file->add_service(); in AddService() 179 MethodDescriptorProto* AddMethod(ServiceDescriptorProto* service, in AddMethod() 1501 ServiceDescriptorProto* service = AddService(&foo_file, "TestService"); in SetUp() 1510 ServiceDescriptorProto* service2 = AddService(&bar_file, "TestService2"); in SetUp() 7543 ServiceDescriptorProto::kOptionsFieldNumber, in TEST_F() 7546 ServiceDescriptorProto::kOptionsFieldNumber, in TEST_F() 7557 ServiceDescriptorProto::kOptionsFieldNumber, in TEST_F() 7560 ServiceDescriptorProto::kOptionsFieldNumber, in TEST_F() 7571 ServiceDescriptorProto::kOptionsFieldNumber, in TEST_F() [all …]
|
D | descriptor.h | 101 class ServiceDescriptorProto; variable 1245 typedef ServiceDescriptorProto Proto; 1272 void CopyTo(ServiceDescriptorProto* proto) const;
|
D | descriptor.cc | 2234 void ServiceDescriptor::CopyTo(ServiceDescriptorProto* proto) const { in CopyTo() 3107 output->push_back(ServiceDescriptorProto::kMethodFieldNumber); in GetLocationPath() 3345 void BuildService(const ServiceDescriptorProto& proto, const void* dummy, 3369 const ServiceDescriptorProto& proto); 3545 const ServiceDescriptorProto& proto); 5358 void DescriptorBuilder::BuildService(const ServiceDescriptorProto& proto, in BuildService() 5374 ServiceDescriptorProto::kOptionsFieldNumber, in BuildService() 5849 const ServiceDescriptorProto& proto) { in CrossLinkService() 6210 ServiceDescriptor* service, const ServiceDescriptorProto& proto) { in ValidateServiceOptions()
|
D | descriptor.proto | 77 repeated ServiceDescriptorProto service = 6; 285 message ServiceDescriptorProto { message
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | ServiceDescriptorProto.php | 18 class ServiceDescriptorProto extends \Google\Protobuf\Internal\Message class
|
D | FileDescriptorProto.php | 344 …oogle\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\ServiceDescriptorProto::class);
|
/third_party/protobuf/ |
D | libprotobuf.map | 125 "google::protobuf::ServiceDescriptorProto::ServiceDescriptorProto(google::protobuf::Arena*)"; 126 "google::protobuf::ServiceDescriptorProto::~ServiceDescriptorProto()"; 127 "google::protobuf::ServiceDescriptor::CopyTo(google::protobuf::ServiceDescriptorProto*) const";
|
D | Makefile.am | 885 php/src/Google/Protobuf/Internal/ServiceDescriptorProto.php \
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 49 import com.google.protobuf.DescriptorProtos.ServiceDescriptorProto; 1947 public ServiceDescriptorProto toProto() { in toProto() 1999 private ServiceDescriptorProto proto; 2005 final ServiceDescriptorProto proto, final FileDescriptor file, final int index) in ServiceDescriptor() 2027 private void setProto(final ServiceDescriptorProto proto) { in setProto()
|
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/ |
D | Descriptor.php | 129 …protobuf.internal.ServiceDescriptorProto', \Google\Protobuf\Internal\ServiceDescriptorProto::class)
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
D | descriptor_test.py | 592 descriptor_pb2.ServiceDescriptorProto,
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 71 repeated ServiceDescriptorProto service = 6; 188 message ServiceDescriptorProto { message
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 71 repeated ServiceDescriptorProto service = 6; 188 message ServiceDescriptorProto { message
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 71 repeated ServiceDescriptorProto service = 6; 188 message ServiceDescriptorProto { message
|
/third_party/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 649 ServiceDescriptorProto sdp; in PrintServiceDescriptor()
|
/third_party/grpc/third_party/upb/benchmarks/ |
D | descriptor_sv.proto | 74 repeated ServiceDescriptorProto service = 6; 281 message ServiceDescriptorProto { message
|
D | descriptor.proto | 73 repeated ServiceDescriptorProto service = 6; 281 message ServiceDescriptorProto { message
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | descriptor_test.py | 907 descriptor_pb2.ServiceDescriptorProto,
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | descriptor.cc | 1707 return CopyToPythonProto<ServiceDescriptorProto>(_GetDescriptor(self), in CopyToProto()
|