Home
last modified time | relevance | path

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

12

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/
Dpython_generator.h52 class ServiceDescriptor; variable
129 void PrintServiceDescriptor(const ServiceDescriptor& descriptor) const;
130 void PrintServiceClass(const ServiceDescriptor& descriptor) const;
131 void PrintServiceStub(const ServiceDescriptor& descriptor) const;
133 const ServiceDescriptor& descriptor) const ;
144 const ServiceDescriptor& descriptor) const;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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 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_generator_factory.cc79 const ServiceDescriptor* descriptor) const { in NewServiceGenerator()
Djava_doc_comment.h57 const ServiceDescriptor* service);
Djava_name_resolver.cc85 string ClassNameWithoutPackage(const ServiceDescriptor* descriptor, in ClassNameWithoutPackage()
224 string ClassNameResolver::GetClassName(const ServiceDescriptor* descriptor, in GetClassName()
Djava_helpers.h111 string ClassName(const ServiceDescriptor* descriptor);
151 inline bool IsOwnFile(const ServiceDescriptor* descriptor, bool immutable) { in IsOwnFile()
Djava_service.cc49 ServiceGenerator::ServiceGenerator(const ServiceDescriptor* descriptor) in ServiceGenerator()
56 const ServiceDescriptor* descriptor, Context* context) in ImmutableServiceGenerator()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.h80 class ServiceDescriptor; variable
1000 class LIBPROTOBUF_EXPORT ServiceDescriptor {
1068 ServiceDescriptor() {} in ServiceDescriptor() function
1072 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ServiceDescriptor);
1089 const ServiceDescriptor* service() const;
1141 const ServiceDescriptor* service_;
1154 friend class ServiceDescriptor; variable
1215 const ServiceDescriptor* service(int index) const;
1248 const ServiceDescriptor* FindServiceByName(const string& name) const;
1310 ServiceDescriptor* services_;
[all …]
Dservice.h117 class ServiceDescriptor; // descriptor.h variable
140 virtual const ServiceDescriptor* GetDescriptor() = 0;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor_containers.h46 class ServiceDescriptor; variable
100 PyObject* NewServiceMethodsSeq(const ServiceDescriptor* descriptor);
101 PyObject* NewServiceMethodsByName(const ServiceDescriptor* descriptor);
Ddescriptor.h66 const ServiceDescriptor* descriptor);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_service.h57 explicit ServiceGenerator(const ServiceDescriptor* descriptor,
107 const ServiceDescriptor* descriptor_;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DBlockingService.java43 Descriptors.ServiceDescriptor getDescriptorForType(); in getDescriptorForType()
DService.java52 Descriptors.ServiceDescriptor getDescriptorForType(); in getDescriptorForType()
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()
1817 public static final class ServiceDescriptor extends GenericDescriptor { class in Descriptors
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/csharp/
Dcsharp_names.h49 class ServiceDescriptor; variable
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Ddescriptor.py701 class ServiceDescriptor(_NestedDescriptorBase): class
720 _C_DESCRIPTOR_CLASS = _message.ServiceDescriptor
729 super(ServiceDescriptor, self).__init__(
751 super(ServiceDescriptor, self).CopyToProto(proto)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/javanano/
Djavanano_helpers.h101 const ServiceDescriptor* descriptor) { in ClassName()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DDescriptorsTest.java45 import com.google.protobuf.Descriptors.ServiceDescriptor;
124 ServiceDescriptor service = TestService.getDescriptor(); in testFileDescriptor()
322 ServiceDescriptor service = TestService.getDescriptor(); in testServiceDescriptor()
379 ServiceDescriptor service = in testCustomOptions()

12