/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/ |
D | python_generator.h | 52 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/ |
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 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_generator_factory.cc | 79 const ServiceDescriptor* descriptor) const { in NewServiceGenerator()
|
D | java_doc_comment.h | 57 const ServiceDescriptor* service);
|
D | java_name_resolver.cc | 85 string ClassNameWithoutPackage(const ServiceDescriptor* descriptor, in ClassNameWithoutPackage() 224 string ClassNameResolver::GetClassName(const ServiceDescriptor* descriptor, in GetClassName()
|
D | java_helpers.h | 111 string ClassName(const ServiceDescriptor* descriptor); 151 inline bool IsOwnFile(const ServiceDescriptor* descriptor, bool immutable) { in IsOwnFile()
|
D | java_service.cc | 49 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/ |
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()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor.h | 80 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 …]
|
D | service.h | 117 class ServiceDescriptor; // descriptor.h variable 140 virtual const ServiceDescriptor* GetDescriptor() = 0;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | descriptor_containers.h | 46 class ServiceDescriptor; variable 100 PyObject* NewServiceMethodsSeq(const ServiceDescriptor* descriptor); 101 PyObject* NewServiceMethodsByName(const ServiceDescriptor* descriptor);
|
D | descriptor.h | 66 const ServiceDescriptor* descriptor);
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/ |
D | cpp_service.h | 57 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/ |
D | BlockingService.java | 43 Descriptors.ServiceDescriptor getDescriptorForType(); in getDescriptorForType()
|
D | Service.java | 52 Descriptors.ServiceDescriptor getDescriptorForType(); in getDescriptorForType()
|
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() 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/ |
D | csharp_names.h | 49 class ServiceDescriptor; variable
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/ |
D | descriptor.py | 701 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/ |
D | javanano_helpers.h | 101 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/ |
D | DescriptorsTest.java | 45 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()
|