| /external/pandora/bt-test-interfaces/python/_build/ | 
| D | protoc-gen-custom_grpc | 262 …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/ | 
| D | index.rs | 13         proto: &ServiceDescriptorProto,  in index()
 | 
| D | mod.rs | 35     pub fn proto(&self) -> &ServiceDescriptorProto {  in proto()
 | 
| /external/protobuf/php/src/Google/Protobuf/Internal/ | 
| D | ServiceDescriptorProto.php | 18 class ServiceDescriptorProto extends \Google\Protobuf\Internal\Message  class
 | 
| /external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/ | 
| D | ServiceDescriptorProto.php | 18 class ServiceDescriptorProto extends \Google\Protobuf\Internal\Message  class
 | 
| /external/golang-protobuf/reflect/protodesc/ | 
| D | desc_init.go | 184 func (r descsByName) initServiceDeclarations(sds []*descriptorpb.ServiceDescriptorProto, parent pro…
 | 
| /external/golang-protobuf/types/descriptorpb/ | 
| D | descriptor.pb.go | 1433 type ServiceDescriptorProto struct {  struct1434 	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/ | 
| D | descriptor.proto | 206 message ServiceDescriptorProto {  message
 | 
| /external/rust/crates/protobuf/2.27.1/src/ | 
| D | descriptor.rs | 425     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/ | 
| D | mod.rs | 350     ) -> anyhow::Result<protobuf::descriptor::ServiceDescriptorProto> {  in service()
 | 
| D | option_resolver.rs | 818         service_proto: &mut ServiceDescriptorProto,  in service()
 | 
| /external/nos/host/generic/nugget/proto/google/protobuf/ | 
| D | descriptor.proto | 229 message ServiceDescriptorProto {  message
 | 
| /external/rust/crates/protobuf/src/ | 
| D | descriptor.rs | 3204 pub struct ServiceDescriptorProto {  struct3208     // @@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 {  argument
 3223 impl ServiceDescriptorProto {  impl
 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/ | 
| D | codegen.rs | 542         proto: &'a ServiceDescriptorProto,  in new()
 | 
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ | 
| D | descriptor_sv.proto | 281 message ServiceDescriptorProto {  message
 | 
| D | descriptor.proto | 281 message ServiceDescriptorProto {  message
 | 
| /external/cronet/third_party/protobuf/src/google/protobuf/ | 
| D | descriptor.proto | 284 message ServiceDescriptorProto {  message
 | 
| D | descriptor.h | 106 class ServiceDescriptorProto;  variable
 | 
| /external/rust/crates/protobuf-parse/src/proto/google/protobuf/ | 
| D | descriptor.proto | 285 message ServiceDescriptorProto {  message
 | 
| /external/protobuf/src/google/protobuf/ | 
| D | descriptor.proto | 284 message ServiceDescriptorProto {  message
 | 
| D | descriptor.h | 106 class ServiceDescriptorProto;  variable
 | 
| D | descriptor.pb.cc | 218 PROTOBUF_CONSTEXPR ServiceDescriptorProto::ServiceDescriptorProto(  in ServiceDescriptorProto()  function in ServiceDescriptorProto5411 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/ | 
| D | descriptor.proto | 260 message ServiceDescriptorProto {  message
 | 
| /external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ | 
| D | Descriptor.cs | 4288   public sealed partial class ServiceDescriptorProto : pb::IMessage<ServiceDescriptorProto>  class4313     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/ | 
| D | Descriptor.cs | 4288   public sealed partial class ServiceDescriptorProto : pb::IMessage<ServiceDescriptorProto>  class4313     public ServiceDescriptorProto() {  in ServiceDescriptorProto()  method in Google.Protobuf.Reflection.ServiceDescriptorProto
 4321     public ServiceDescriptorProto(ServiceDescriptorProto other) : this() {  in ServiceDescriptorProto()  method in Google.Protobuf.Reflection.ServiceDescriptorProto
 
 |