/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/service/ |
D | mod.rs | 17 pub struct ServiceDescriptor { struct 22 impl ServiceDescriptor { implementation 23 pub(crate) fn new(file_descriptor: FileDescriptor, index: usize) -> ServiceDescriptor { in new()
|
/aosp_15_r20/external/grpc-grpc-java/api/src/main/java/io/grpc/ |
H A D | ServiceDescriptor.java | 37 public final class ServiceDescriptor { class 51 public ServiceDescriptor(String name, MethodDescriptor<?, ?>... methods) { in ServiceDescriptor() method in ServiceDescriptor 63 public ServiceDescriptor(String name, Collection<MethodDescriptor<?, ?>> methods) { in ServiceDescriptor() method in ServiceDescriptor 67 private ServiceDescriptor(Builder b) { in ServiceDescriptor() method in ServiceDescriptor
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | ServiceDescriptor.cs | 43 public sealed class ServiceDescriptor : DescriptorBase class 48 internal ServiceDescriptor(ServiceDescriptorProto proto, FileDescriptor file, int index) in ServiceDescriptor() method in Google.Protobuf.Reflection.ServiceDescriptor
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | ServiceDescriptor.cs | 43 public sealed class ServiceDescriptor : DescriptorBase class 48 internal ServiceDescriptor(ServiceDescriptorProto proto, FileDescriptor file, int index) in ServiceDescriptor() method in Google.Protobuf.Reflection.ServiceDescriptor
|
/aosp_15_r20/external/dokka/core/src/main/kotlin/Utilities/ |
H A D | ServiceLocator.kt | 10 data class ServiceDescriptor(val name: String, val category: String, val description: String?, val … in <lambda>() dataClass
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | descriptor.h | 93 class ServiceDescriptor; variable 1405 ServiceDescriptor() {} in ServiceDescriptor() function 1497 friend class ServiceDescriptor; variable 1701 friend class ServiceDescriptor; variable 1995 friend class ServiceDescriptor; variable
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.h | 93 class ServiceDescriptor; variable 1405 ServiceDescriptor() {} in ServiceDescriptor() function 1497 friend class ServiceDescriptor; variable 1701 friend class ServiceDescriptor; variable 1995 friend class ServiceDescriptor; variable
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/csharp/ |
H A D | csharp_names.h | 53 class ServiceDescriptor; variable
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
H A D | csharp_names.h | 53 class ServiceDescriptor; variable
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/java/ |
H A D | names.h | 50 class ServiceDescriptor; variable
|
H A D | generator_factory.h | 42 class ServiceDescriptor; // descriptor.h variable
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | names.h | 50 class ServiceDescriptor; variable
|
H A D | generator_factory.h | 42 class ServiceDescriptor; // descriptor.h variable
|
/aosp_15_r20/external/golang-protobuf/reflect/protoreflect/ |
H A D | type.go | 614 type ServiceDescriptor interface { interface 622 type isServiceDescriptor interface{ ProtoType(ServiceDescriptor) } argument
|
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor_containers.h | 47 class ServiceDescriptor; variable
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor_containers.h | 47 class ServiceDescriptor; variable
|
/aosp_15_r20/external/perfetto/include/perfetto/ext/ipc/ |
H A D | service.h | 27 class ServiceDescriptor; variable
|
H A D | service_proxy.h | 37 class ServiceDescriptor; variable
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/ipc/ |
H A D | service.h | 27 class ServiceDescriptor; variable
|
H A D | service_proxy.h | 37 class ServiceDescriptor; variable
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/python/ |
H A D | pyi_generator.h | 54 class ServiceDescriptor; variable
|
H A D | generator.h | 54 class ServiceDescriptor; variable
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/python/ |
H A D | pyi_generator.h | 54 class ServiceDescriptor; variable
|
H A D | generator.h | 54 class ServiceDescriptor; variable
|
/aosp_15_r20/device/google/trout/hal/dumpstate/1.1/ |
D | ServiceDescriptor.cpp | 26 ServiceDescriptor::ServiceDescriptor(std::string name, std::string cmd) in ServiceDescriptor() function in ServiceDescriptor
|