Home
last modified time | relevance | path

Searched refs:ServiceDescriptor (Results 1 – 25 of 44) sorted by relevance

12

/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.h51 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/
Ddescriptor.h81 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 …]
Dservice.h117 class ServiceDescriptor; // descriptor.h variable
140 virtual const ServiceDescriptor* GetDescriptor() = 0;
/external/protobuf/src/google/protobuf/compiler/java/
Djava_generator_factory.h42 class ServiceDescriptor; // descriptor.h variable
69 const ServiceDescriptor* descriptor) const = 0;
88 const ServiceDescriptor* descriptor) const;
Djava_service.h60 explicit ServiceGenerator(const ServiceDescriptor* descriptor);
69 const ServiceDescriptor* descriptor_;
77 explicit ImmutableServiceGenerator(const ServiceDescriptor* descriptor,
Djava_names.h49 class ServiceDescriptor; variable
80 string ClassName(const ServiceDescriptor* descriptor);
Djava_name_resolver.h45 class ServiceDescriptor; variable
80 string GetClassName(const ServiceDescriptor* descriptor, bool immutable);
Djava_name_resolver.cc85 string ClassNameWithoutPackage(const ServiceDescriptor* descriptor, in ClassNameWithoutPackage()
224 string ClassNameResolver::GetClassName(const ServiceDescriptor* descriptor, in GetClassName()
Djava_generator_factory.cc79 const ServiceDescriptor* descriptor) const { in NewServiceGenerator()
Djava_doc_comment.h57 const ServiceDescriptor* service);
Djava_service.cc49 ServiceGenerator::ServiceGenerator(const ServiceDescriptor* descriptor) in ServiceGenerator()
56 const ServiceDescriptor* descriptor, Context* context) in ImmutableServiceGenerator()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs41 private readonly ServiceDescriptor service;
48 public ServiceDescriptor Service { get { return service; } }
71 ServiceDescriptor parent, int index) in MethodDescriptor()
DServiceDescriptor.cs41 public sealed class ServiceDescriptor : DescriptorBase class
46 internal ServiceDescriptor(ServiceDescriptorProto proto, FileDescriptor file, int index) in ServiceDescriptor() method in Google.Protobuf.Reflection.ServiceDescriptor
DFileDescriptor.cs67 … 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/
Dmain.cpp34 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/
Dipc_generator.cc34 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/
Dservice.h27 class ServiceDescriptor; variable
36 virtual const ServiceDescriptor& GetDescriptor() = 0;
Dservice_proxy.h36 class ServiceDescriptor; variable
87 virtual const ServiceDescriptor& GetDescriptor() = 0;
Dservice_descriptor.h38 class ServiceDescriptor {
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_service.h57 explicit ServiceGenerator(const ServiceDescriptor* descriptor,
107 const ServiceDescriptor* descriptor_;
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java121 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 …]
DBlockingService.java43 Descriptors.ServiceDescriptor getDescriptorForType(); in getDescriptorForType()
DService.java52 Descriptors.ServiceDescriptor getDescriptorForType(); in getDescriptorForType()
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_names.h49 class ServiceDescriptor; variable
/external/nanopb-c/generator/google/protobuf/
Ddescriptor.py570 class ServiceDescriptor(_NestedDescriptorBase): class
587 super(ServiceDescriptor, self).__init__(
611 super(ServiceDescriptor, self).CopyToProto(proto)

12