Home
last modified time | relevance | path

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

12

/external/pandora/bt-test-interfaces/python/_build/
Dprotoc-gen-custom_grpc262 …ervice_method(imports: List[str], file: FileDescriptorProto, service: ServiceDescriptorProto, meth…
334 def generate_service(imports: List[str], file: FileDescriptorProto, service: ServiceDescriptorProto
391 …rate_servicer(imports: List[str], file: FileDescriptorProto, service: ServiceDescriptorProto, sync…
421 …server_method(imports: List[str], file: FileDescriptorProto, service: ServiceDescriptorProto, sync…
/external/rust/crates/protobuf/src/reflect/service/
Dindex.rs13 proto: &ServiceDescriptorProto, in index()
Dmod.rs35 pub fn proto(&self) -> &ServiceDescriptorProto { in proto()
/external/protobuf/php/src/Google/Protobuf/Internal/
DServiceDescriptorProto.php18 class ServiceDescriptorProto extends \Google\Protobuf\Internal\Message class
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
DServiceDescriptorProto.php18 class ServiceDescriptorProto extends \Google\Protobuf\Internal\Message class
/external/golang-protobuf/reflect/protodesc/
Ddesc_init.go184 func (r descsByName) initServiceDeclarations(sds []*descriptorpb.ServiceDescriptorProto, parent pro…
/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go1433 type ServiceDescriptorProto struct { struct
1434 state protoimpl.MessageState
1435 sizeCache protoimpl.SizeCache
1436 unknownFields protoimpl.UnknownFields
1438 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
1439 Method []*MethodDescriptorProto `protobuf:"bytes,2,rep,name=method" json:"method,omitempty"`
1440 Options *ServiceOptions `protobuf:"bytes,3,opt,name=options" json:"options,omitempty"`
1443 func (x *ServiceDescriptorProto) Reset() {
1452 func (x *ServiceDescriptorProto) String() string {
1456 func (*ServiceDescriptorProto) ProtoMessage() {}
[all …]
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto206 message ServiceDescriptorProto { message
/external/rust/crates/protobuf/2.27.1/src/
Ddescriptor.rs425 pub fn get_service(&self) -> &[ServiceDescriptorProto] { in get_service()
433 pub fn set_service(&mut self, v: crate::RepeatedField<ServiceDescriptorProto>) { in set_service()
438 pub fn mut_service(&mut self) -> &mut crate::RepeatedField<ServiceDescriptorProto> { in mut_service()
443 pub fn take_service(&mut self) -> crate::RepeatedField<ServiceDescriptorProto> { in take_service()
3979 pub struct ServiceDescriptorProto { struct
3991 impl<'a> ::std::default::Default for &'a ServiceDescriptorProto { argument
3997 impl ServiceDescriptorProto { impl
4097 impl crate::Message for ServiceDescriptorProto { implementation
4234 impl crate::Clear for ServiceDescriptorProto { implementation
4243 impl ::std::fmt::Debug for ServiceDescriptorProto { implementation
[all …]
/external/rust/crates/protobuf-parse/src/pure/convert/
Dmod.rs350 ) -> anyhow::Result<protobuf::descriptor::ServiceDescriptorProto> { in service()
Doption_resolver.rs818 service_proto: &mut ServiceDescriptorProto, in service()
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto229 message ServiceDescriptorProto { message
/external/rust/crates/protobuf/src/
Ddescriptor.rs3204 pub struct ServiceDescriptorProto { struct
3208 // @@protoc_insertion_point(field:google.protobuf.ServiceDescriptorProto.method) argument
3210 // @@protoc_insertion_point(field:google.protobuf.ServiceDescriptorProto.options) argument
3213 // @@protoc_insertion_point(special_field:google.protobuf.ServiceDescriptorProto.special_fields) argument
3217 impl<'a> ::std::default::Default for &'a ServiceDescriptorProto { implementation
3223 impl ServiceDescriptorProto { implementation
3290 impl crate::Message for ServiceDescriptorProto { implementation
3391 impl crate::MessageFull for ServiceDescriptorProto { implementation
3398 impl ::std::fmt::Display for ServiceDescriptorProto { implementation
3404 impl crate::reflect::ProtobufValue for ServiceDescriptorProto { implementation
/external/rust/crates/grpcio-compiler/src/
Dcodegen.rs542 proto: &'a ServiceDescriptorProto, in new()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto281 message ServiceDescriptorProto { message
Ddescriptor.proto281 message ServiceDescriptorProto { message
/external/cronet/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto284 message ServiceDescriptorProto { message
Ddescriptor.h106 class ServiceDescriptorProto; variable
/external/rust/crates/protobuf-parse/src/proto/google/protobuf/
Ddescriptor.proto285 message ServiceDescriptorProto { message
/external/protobuf/src/google/protobuf/
Ddescriptor.proto284 message ServiceDescriptorProto { message
Ddescriptor.h106 class ServiceDescriptorProto; variable
Ddescriptor.pb.cc218 PROTOBUF_CONSTEXPR ServiceDescriptorProto::ServiceDescriptorProto( in ServiceDescriptorProto() function in ServiceDescriptorProto
5411 ServiceDescriptorProto::ServiceDescriptorProto(::PROTOBUF_NAMESPACE_ID::Arena* arena, in ServiceDescriptorProto() function in ServiceDescriptorProto
5417 ServiceDescriptorProto::ServiceDescriptorProto(const ServiceDescriptorProto& from) in ServiceDescriptorProto() function in ServiceDescriptorProto
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto260 message ServiceDescriptorProto { message
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4288 public sealed partial class ServiceDescriptorProto : pb::IMessage<ServiceDescriptorProto> class
4313 public ServiceDescriptorProto() { in ServiceDescriptorProto() method in Google.Protobuf.Reflection.ServiceDescriptorProto
4321 public ServiceDescriptorProto(ServiceDescriptorProto other) : this() { in ServiceDescriptorProto() method in Google.Protobuf.Reflection.ServiceDescriptorProto
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4288 public sealed partial class ServiceDescriptorProto : pb::IMessage<ServiceDescriptorProto> class
4313 public ServiceDescriptorProto() { in ServiceDescriptorProto() method in Google.Protobuf.Reflection.ServiceDescriptorProto
4321 public ServiceDescriptorProto(ServiceDescriptorProto other) : this() { in ServiceDescriptorProto() method in Google.Protobuf.Reflection.ServiceDescriptorProto

12