Home
last modified time | relevance | path

Searched refs:ServiceDescriptorProto (Results 1 – 25 of 25) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DServiceDescriptor.cs45 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; } }
DDescriptor.cs174 …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/
Dparser.h319 bool ParseServiceDefinition(ServiceDescriptorProto* service,
340 bool ParseServiceBlock(ServiceDescriptorProto* service,
352 bool ParseServiceStatement(ServiceDescriptorProto* message,
Dparser.cc2090 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/
Ddescriptor.pb.h122 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 …]
Ddescriptor.pb.cc89 ::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 …]
Ddescriptor_unittest.cc101 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 …]
Ddescriptor.h101 class ServiceDescriptorProto; variable
1245 typedef ServiceDescriptorProto Proto;
1272 void CopyTo(ServiceDescriptorProto* proto) const;
Ddescriptor.cc2234 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()
Ddescriptor.proto77 repeated ServiceDescriptorProto service = 6;
285 message ServiceDescriptorProto { message
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DServiceDescriptorProto.php18 class ServiceDescriptorProto extends \Google\Protobuf\Internal\Message class
DFileDescriptorProto.php344 …oogle\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\ServiceDescriptorProto::class);
/third_party/protobuf/
Dlibprotobuf.map125 "google::protobuf::ServiceDescriptorProto::ServiceDescriptorProto(google::protobuf::Arena*)";
126 "google::protobuf::ServiceDescriptorProto::~ServiceDescriptorProto()";
127 "google::protobuf::ServiceDescriptor::CopyTo(google::protobuf::ServiceDescriptorProto*) const";
DMakefile.am885 php/src/Google/Protobuf/Internal/ServiceDescriptorProto.php \
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java49 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/
DDescriptor.php129 …protobuf.internal.ServiceDescriptorProto', \Google\Protobuf\Internal\ServiceDescriptorProto::class)
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Ddescriptor_test.py592 descriptor_pb2.ServiceDescriptorProto,
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto71 repeated ServiceDescriptorProto service = 6;
188 message ServiceDescriptorProto { message
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto71 repeated ServiceDescriptorProto service = 6;
188 message ServiceDescriptorProto { message
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto71 repeated ServiceDescriptorProto service = 6;
188 message ServiceDescriptorProto { message
/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc649 ServiceDescriptorProto sdp; in PrintServiceDescriptor()
/third_party/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto74 repeated ServiceDescriptorProto service = 6;
281 message ServiceDescriptorProto { message
Ddescriptor.proto73 repeated ServiceDescriptorProto service = 6;
281 message ServiceDescriptorProto { message
/third_party/protobuf/python/google/protobuf/internal/
Ddescriptor_test.py907 descriptor_pb2.ServiceDescriptorProto,
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc1707 return CopyToPythonProto<ServiceDescriptorProto>(_GetDescriptor(self), in CopyToProto()