/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.h | 51 class ServiceDescriptor; variable 128 void PrintServiceDescriptor(const ServiceDescriptor& descriptor) const; 129 void PrintServiceClass(const ServiceDescriptor& descriptor) const; 130 void PrintServiceStub(const ServiceDescriptor& descriptor) const; 132 const ServiceDescriptor& descriptor) const ; 143 const ServiceDescriptor& descriptor) const;
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.h | 81 class ServiceDescriptor; variable 994 class LIBPROTOBUF_EXPORT ServiceDescriptor { 1062 ServiceDescriptor() {} in ServiceDescriptor() function 1066 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ServiceDescriptor); 1083 const ServiceDescriptor* service() const; 1135 const ServiceDescriptor* service_; 1148 friend class ServiceDescriptor; variable 1209 const ServiceDescriptor* service(int index) const; 1242 const ServiceDescriptor* FindServiceByName(const string& name) const; 1304 ServiceDescriptor* services_; [all …]
|
D | service.h | 117 class ServiceDescriptor; // descriptor.h variable 140 virtual const ServiceDescriptor* GetDescriptor() = 0;
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_generator_factory.h | 42 class ServiceDescriptor; // descriptor.h variable 69 const ServiceDescriptor* descriptor) const = 0; 88 const ServiceDescriptor* descriptor) const;
|
D | java_service.h | 60 explicit ServiceGenerator(const ServiceDescriptor* descriptor); 69 const ServiceDescriptor* descriptor_; 77 explicit ImmutableServiceGenerator(const ServiceDescriptor* descriptor,
|
D | java_names.h | 49 class ServiceDescriptor; variable 80 string ClassName(const ServiceDescriptor* descriptor);
|
D | java_name_resolver.h | 45 class ServiceDescriptor; variable 80 string GetClassName(const ServiceDescriptor* descriptor, bool immutable);
|
D | java_name_resolver.cc | 85 string ClassNameWithoutPackage(const ServiceDescriptor* descriptor, in ClassNameWithoutPackage() 224 string ClassNameResolver::GetClassName(const ServiceDescriptor* descriptor, in GetClassName()
|
D | java_generator_factory.cc | 79 const ServiceDescriptor* descriptor) const { in NewServiceGenerator()
|
D | java_doc_comment.h | 57 const ServiceDescriptor* service);
|
D | java_service.cc | 49 ServiceGenerator::ServiceGenerator(const ServiceDescriptor* descriptor) in ServiceGenerator() 56 const ServiceDescriptor* descriptor, Context* context) in ImmutableServiceGenerator()
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | MethodDescriptor.cs | 41 private readonly ServiceDescriptor service; 48 public ServiceDescriptor Service { get { return service; } } 71 ServiceDescriptor parent, int index) in MethodDescriptor()
|
D | ServiceDescriptor.cs | 41 public sealed class ServiceDescriptor : DescriptorBase class 46 internal ServiceDescriptor(ServiceDescriptorProto proto, FileDescriptor file, int index) in ServiceDescriptor() method in Google.Protobuf.Reflection.ServiceDescriptor
|
D | FileDescriptor.cs | 67 … new ServiceDescriptor(service, this, index)); in FileDescriptor() 152 public IList<ServiceDescriptor> Services { get; } 277 foreach (ServiceDescriptor service in Services) in CrossLink()
|
/external/nos/host/generic/libnos/generator/ |
D | main.cpp | 34 using ::google::protobuf::ServiceDescriptor; 49 std::string validateServiceOptions(const ServiceDescriptor& service) { in validateServiceOptions() 118 void ForEachMethod(const ServiceDescriptor& service, in ForEachMethod() 131 void GenerateMockClient(Printer& printer, const ServiceDescriptor& service) { in GenerateMockClient() 165 void GenerateClientHeader(Printer& printer, const ServiceDescriptor& service) { in GenerateClientHeader() 221 void GenerateClientSource(Printer& printer, const ServiceDescriptor& service) { in GenerateClientSource()
|
/external/perfetto/src/ipc/protoc_plugin/ |
D | ipc_generator.cc | 34 using google::protobuf::ServiceDescriptor; 125 void ForEachMethod(const ServiceDescriptor& svc, in ForEachMethod() 140 const ServiceDescriptor& svc, in GenerateServiceHeader() 186 const ServiceDescriptor& svc, in GenerateServiceCpp() 264 const ServiceDescriptor* svc = file->service(i); in Generate()
|
/external/perfetto/include/perfetto/ipc/ |
D | service.h | 27 class ServiceDescriptor; variable 36 virtual const ServiceDescriptor& GetDescriptor() = 0;
|
D | service_proxy.h | 36 class ServiceDescriptor; variable 87 virtual const ServiceDescriptor& GetDescriptor() = 0;
|
D | service_descriptor.h | 38 class ServiceDescriptor {
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_service.h | 57 explicit ServiceGenerator(const ServiceDescriptor* descriptor, 107 const ServiceDescriptor* descriptor_;
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 121 public List<ServiceDescriptor> getServices() { in getServices() 214 public ServiceDescriptor findServiceByName(String name) { in findServiceByName() 224 if (result != null && result instanceof ServiceDescriptor && in findServiceByName() 226 return (ServiceDescriptor)result; in findServiceByName() 440 private final ServiceDescriptor[] services; 494 services = new ServiceDescriptor[proto.getServiceCount()]; in FileDescriptor() 496 services[i] = new ServiceDescriptor(proto.getService(i), this, i); in FileDescriptor() 520 services = new ServiceDescriptor[0]; in FileDescriptor() 533 for (final ServiceDescriptor service : services) { in crossLink() 1813 public static final class ServiceDescriptor extends GenericDescriptor { class in Descriptors [all …]
|
D | BlockingService.java | 43 Descriptors.ServiceDescriptor getDescriptorForType(); in getDescriptorForType()
|
D | Service.java | 52 Descriptors.ServiceDescriptor getDescriptorForType(); in getDescriptorForType()
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_names.h | 49 class ServiceDescriptor; variable
|
/external/nanopb-c/generator/google/protobuf/ |
D | descriptor.py | 570 class ServiceDescriptor(_NestedDescriptorBase): class 587 super(ServiceDescriptor, self).__init__( 611 super(ServiceDescriptor, self).CopyToProto(proto)
|