Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DServiceDescriptor.cs43 private readonly ServiceDescriptorProto proto;
46 internal ServiceDescriptor(ServiceDescriptorProto proto, FileDescriptor file, int index) in ServiceDescriptor()
61 internal ServiceDescriptorProto Proto { get { return proto; } }
DDescriptor.cs152 …global::Google.Protobuf.Reflection.ServiceDescriptorProto), global::Google.Protobuf.Reflection.Ser… in DescriptorReflection()
396 …tatic readonly pb::FieldCodec<global::Google.Protobuf.Reflection.ServiceDescriptorProto> _repeated…
397 … = pb::FieldCodec.ForMessage(50, global::Google.Protobuf.Reflection.ServiceDescriptorProto.Parser);
398 …rotobuf.Reflection.ServiceDescriptorProto> service_ = new pbc::RepeatedField<global::Google.Protob…
399 public pbc::RepeatedField<global::Google.Protobuf.Reflection.ServiceDescriptorProto> Service {
2120 internal sealed partial class ServiceDescriptorProto : pb::IMessage<ServiceDescriptorProto> { class
2121 …y pb::MessageParser<ServiceDescriptorProto> _parser = new pb::MessageParser<ServiceDescriptorProto
2122 public static pb::MessageParser<ServiceDescriptorProto> Parser { get { return _parser; } }
2132 public ServiceDescriptorProto() { in ServiceDescriptorProto() method in Google.Protobuf.Reflection.ServiceDescriptorProto
2138 public ServiceDescriptorProto(ServiceDescriptorProto other) : this() { in ServiceDescriptorProto() method in Google.Protobuf.Reflection.ServiceDescriptorProto
[all …]
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go402 …Service []*ServiceDescriptorProto `protobuf:"bytes,6,rep,name=service" json:"service,omitempty…
492 func (m *FileDescriptorProto) GetService() []*ServiceDescriptorProto {
1162 type ServiceDescriptorProto struct { struct
1171 func (m *ServiceDescriptorProto) Reset() { *m = ServiceDescriptorProto{} } argument
1172 func (m *ServiceDescriptorProto) String() string { return proto.CompactTextString(m) } argument
1173 func (*ServiceDescriptorProto) ProtoMessage() {} argument
1174 func (*ServiceDescriptorProto) Descriptor() ([]byte, []int) { argument
1178 func (m *ServiceDescriptorProto) XXX_Unmarshal(b []byte) error { argument
1181 func (m *ServiceDescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
1184 func (m *ServiceDescriptorProto) XXX_Merge(src proto.Message) { argument
[all …]
Ddescriptor.proto76 repeated ServiceDescriptorProto service = 6;
260 message ServiceDescriptorProto { message
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go375 …Service []*ServiceDescriptorProto `protobuf:"bytes,6,rep,name=service" json:"service,omitempty…
464 func (m *FileDescriptorProto) GetService() []*ServiceDescriptorProto {
1125 type ServiceDescriptorProto struct { struct
1134 func (m *ServiceDescriptorProto) Reset() { *m = ServiceDescriptorProto{} } argument
1135 func (m *ServiceDescriptorProto) String() string { return proto.CompactTextString(m) } argument
1136 func (*ServiceDescriptorProto) ProtoMessage() {} argument
1137 func (*ServiceDescriptorProto) Descriptor() ([]byte, []int) { argument
1140 func (m *ServiceDescriptorProto) XXX_Unmarshal(b []byte) error { argument
1143 func (m *ServiceDescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
1146 func (dst *ServiceDescriptorProto) XXX_Merge(src proto.Message) { argument
[all …]
Ddescriptor.proto76 repeated ServiceDescriptorProto service = 6;
260 message ServiceDescriptorProto { message
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h59 class ServiceDescriptorProto; variable
431 const ::google::protobuf::ServiceDescriptorProto& service(int index) const;
432 ::google::protobuf::ServiceDescriptorProto* mutable_service(int index);
433 ::google::protobuf::ServiceDescriptorProto* add_service();
434 ::google::protobuf::RepeatedPtrField< ::google::protobuf::ServiceDescriptorProto >*
436 const ::google::protobuf::RepeatedPtrField< ::google::protobuf::ServiceDescriptorProto >&
504 ::google::protobuf::RepeatedPtrField< ::google::protobuf::ServiceDescriptorProto > service_;
1554 class LIBPROTOBUF_EXPORT ServiceDescriptorProto : public ::google::protobuf::Message {
1556 ServiceDescriptorProto();
1557 virtual ~ServiceDescriptorProto();
[all …]
Ddescriptor.pb.cc286 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceDescriptorProto, name_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
287 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceDescriptorProto, method_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
288 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceDescriptorProto, options_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
293 ServiceDescriptorProto::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
295 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceDescriptorProto, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
298 sizeof(ServiceDescriptorProto), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
299 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ServiceDescriptorProto, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
593 ServiceDescriptorProto_descriptor_, &ServiceDescriptorProto::default_instance()); in protobuf_RegisterTypes()
645 delete ServiceDescriptorProto::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto()
824 ServiceDescriptorProto::default_instance_ = new ServiceDescriptorProto(); in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto()
[all …]
Ddescriptor.h93 class ServiceDescriptorProto; variable
1022 void CopyTo(ServiceDescriptorProto* proto) const;
Ddescriptor.cc1922 void ServiceDescriptor::CopyTo(ServiceDescriptorProto* proto) const { in CopyTo()
2733 output->push_back(ServiceDescriptorProto::kMethodFieldNumber); in GetLocationPath()
2983 void BuildService(const ServiceDescriptorProto& proto,
3007 const ServiceDescriptorProto& proto);
3157 const ServiceDescriptorProto& proto);
4637 void DescriptorBuilder::BuildService(const ServiceDescriptorProto& proto, in BuildService()
5032 ServiceDescriptor* service, const ServiceDescriptorProto& proto) { in CrossLinkService()
5360 const ServiceDescriptorProto& proto) { in ValidateServiceOptions()
Ddescriptor_unittest.cc94 ServiceDescriptorProto* AddService(FileDescriptorProto* file, in AddService()
96 ServiceDescriptorProto* result = file->add_service(); in AddService()
165 MethodDescriptorProto* AddMethod(ServiceDescriptorProto* service, in AddMethod()
1362 ServiceDescriptorProto* service = AddService(&foo_file, "TestService"); in SetUp()
1371 ServiceDescriptorProto* service2 = AddService(&bar_file, "TestService2"); in SetUp()
Ddescriptor.proto75 repeated ServiceDescriptorProto service = 6;
225 message ServiceDescriptorProto { message
/external/protobuf/src/google/protobuf/compiler/
Dparser.h301 bool ParseServiceDefinition(ServiceDescriptorProto* service,
322 bool ParseServiceBlock(ServiceDescriptorProto* service,
334 bool ParseServiceStatement(ServiceDescriptorProto* message,
Dparser.cc1789 ServiceDescriptorProto* service, in ParseServiceDefinition()
1796 ServiceDescriptorProto::kNameFieldNumber); in ParseServiceDefinition()
1806 bool Parser::ParseServiceBlock(ServiceDescriptorProto* service, in ParseServiceBlock()
1827 bool Parser::ParseServiceStatement(ServiceDescriptorProto* service, in ParseServiceStatement()
1835 service_location, ServiceDescriptorProto::kOptionsFieldNumber); in ParseServiceStatement()
1840 ServiceDescriptorProto::kMethodFieldNumber, service->method_size()); in ParseServiceStatement()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1822 public ServiceDescriptorProto toProto() { in toProto()
1871 private ServiceDescriptorProto proto;
1876 private ServiceDescriptor(final ServiceDescriptorProto proto, in ServiceDescriptor()
1901 private void setProto(final ServiceDescriptorProto proto) { in setProto()
/external/golang-protobuf/protoc-gen-go/grpc/
Dgrpc.go143 func (g *grpc) generateService(file *generator.FileDescriptor, service *pb.ServiceDescriptorProto, …
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto72 repeated ServiceDescriptorProto service = 6;
206 message ServiceDescriptorProto { message
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc564 ServiceDescriptorProto sdp; in PrintServiceDescriptor()
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto75 repeated ServiceDescriptorProto service = 6;
229 message ServiceDescriptorProto { message
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto76 repeated ServiceDescriptorProto service = 6;
260 message ServiceDescriptorProto { message
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h7238 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);
/external/protobuf/php/ext/google/protobuf/
Dupb.h6951 namespace ServiceDescriptorProto {