/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | ServiceDescriptor.cs | 44 private readonly IList<MethodDescriptor> methods; 51 … (method, i) => new MethodDescriptor(method, file, this, i)); in ServiceDescriptor() 66 public IList<MethodDescriptor> Methods 76 public MethodDescriptor FindMethodByName(String name) in FindMethodByName() 78 return File.DescriptorPool.FindSymbol<MethodDescriptor>(FullName + "." + name); in FindMethodByName() 83 foreach (MethodDescriptor method in methods) in CrossLink()
|
D | MethodDescriptor.cs | 38 public sealed class MethodDescriptor : DescriptorBase class 70 internal MethodDescriptor(MethodDescriptorProto proto, FileDescriptor file, in MethodDescriptor() method in Google.Protobuf.Reflection.MethodDescriptor
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | service.h | 118 class MethodDescriptor; // descriptor.h variable 167 virtual void CallMethod(const MethodDescriptor* method, 187 const MethodDescriptor* method) const = 0; 189 const MethodDescriptor* method) const = 0; 279 virtual void CallMethod(const MethodDescriptor* method,
|
D | descriptor.h | 81 class MethodDescriptor; variable 422 friend class MethodDescriptor; variable 1023 const MethodDescriptor* method(int index) const; 1026 const MethodDescriptor* FindMethodByName(const string& name) const; 1062 MethodDescriptor* methods_; 1071 friend class MethodDescriptor; variable 1079 class LIBPROTOBUF_EXPORT MethodDescriptor { 1152 MethodDescriptor() {} in MethodDescriptor() function 1155 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(MethodDescriptor); 1330 friend class MethodDescriptor; variable [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/ |
D | java_service.cc | 141 const MethodDescriptor* method = descriptor_->method(i); in GenerateNewReflectiveServiceMethod() 180 const MethodDescriptor* method = descriptor_->method(i); in GenerateAbstractMethods() 206 const MethodDescriptor* method = descriptor_->method(i); in GenerateCallMethod() 254 const MethodDescriptor* method = descriptor_->method(i); in GenerateCallBlockingMethod() 301 const MethodDescriptor* method = descriptor_->method(i); in GenerateGetPrototype() 348 const MethodDescriptor* method = descriptor_->method(i); in GenerateStub() 392 const MethodDescriptor* method = descriptor_->method(i); in GenerateBlockingStub() 414 const MethodDescriptor* method = descriptor_->method(i); in GenerateBlockingStub() 441 const MethodDescriptor* method, in GenerateMethodSignature() 457 const MethodDescriptor* method) { in GenerateBlockingMethodSignature()
|
D | java_service.h | 115 const MethodDescriptor* method, 123 const MethodDescriptor* method);
|
D | java_doc_comment.h | 59 const MethodDescriptor* method);
|
D | java_doc_comment.cc | 221 const MethodDescriptor* method) { in WriteMethodDocComment()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/ |
D | BlockingService.java | 51 Message callBlockingMethod(Descriptors.MethodDescriptor method, in callBlockingMethod() 58 Message getRequestPrototype(Descriptors.MethodDescriptor method); in getRequestPrototype() 63 Message getResponsePrototype(Descriptors.MethodDescriptor method); in getResponsePrototype()
|
D | Service.java | 84 void callMethod(Descriptors.MethodDescriptor method, in callMethod() 107 Message getRequestPrototype(Descriptors.MethodDescriptor method); in getRequestPrototype() 116 Message getResponsePrototype(Descriptors.MethodDescriptor method); in getResponsePrototype()
|
D | BlockingRpcChannel.java | 47 Descriptors.MethodDescriptor method, in callBlockingMethod()
|
D | RpcChannel.java | 66 void callMethod(Descriptors.MethodDescriptor method, in callMethod()
|
D | Descriptors.java | 1855 public List<MethodDescriptor> getMethods() { in getMethods() 1864 public MethodDescriptor findMethodByName(final String name) { in findMethodByName() 1867 if (result != null && result instanceof MethodDescriptor) { in findMethodByName() 1868 return (MethodDescriptor)result; in findMethodByName() 1878 private MethodDescriptor[] methods; 1889 methods = new MethodDescriptor[proto.getMethodCount()]; in ServiceDescriptor() 1891 methods[i] = new MethodDescriptor( in ServiceDescriptor() 1899 for (final MethodDescriptor method : methods) { in crossLink() 1919 public static final class MethodDescriptor extends GenericDescriptor { class in Descriptors 1977 private MethodDescriptor(final MethodDescriptorProto proto, in MethodDescriptor() method in Descriptors.MethodDescriptor
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/ |
D | cpp_service.cc | 145 const MethodDescriptor* method = descriptor_->method(i); in GenerateMethodSignatures() 214 const MethodDescriptor* method = descriptor_->method(i); in GenerateNotImplementedMethods() 245 const MethodDescriptor* method = descriptor_->method(i); in GenerateCallMethod() 288 const MethodDescriptor* method = descriptor_->method(i); in GenerateGetPrototype() 314 const MethodDescriptor* method = descriptor_->method(i); in GenerateStubMethods()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/ |
D | ServiceTest.java | 34 import com.google.protobuf.Descriptors.MethodDescriptor; 63 private final Descriptors.MethodDescriptor fooDescriptor = 65 private final Descriptors.MethodDescriptor barDescriptor = 175 MethodDescriptor fooMethod = in testNewReflectiveService() 207 MethodDescriptor fooMethod = in testNewReflectiveBlockingService()
|
D | DescriptorsTest.java | 44 import com.google.protobuf.Descriptors.MethodDescriptor; 340 MethodDescriptor fooMethod = service.getMethods().get(0); in testServiceDescriptor() 348 MethodDescriptor barMethod = service.getMethods().get(1); in testServiceDescriptor() 409 MethodDescriptor method = service.findMethodByName("Foo"); in testCustomOptions()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | ServiceTest.java | 35 import com.google.protobuf.Descriptors.MethodDescriptor; 64 private final Descriptors.MethodDescriptor fooDescriptor = 66 private final Descriptors.MethodDescriptor barDescriptor = 176 MethodDescriptor fooMethod = in testNewReflectiveService() 206 MethodDescriptor fooMethod = in testNewReflectiveBlockingService()
|
D | DescriptorsTest.java | 46 import com.google.protobuf.Descriptors.MethodDescriptor; 330 MethodDescriptor fooMethod = service.getMethods().get(0); in testServiceDescriptor() 338 MethodDescriptor barMethod = service.getMethods().get(1); in testServiceDescriptor() 387 MethodDescriptor method = service.findMethodByName("Foo"); in testCustomOptions()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/csharp/ |
D | csharp_doc_comment.h | 46 void WriteMethodDocComment(io::Printer* printer, const MethodDescriptor* method);
|
D | csharp_doc_comment.cc | 107 void WriteMethodDocComment(io::Printer* printer, const MethodDescriptor* method) { in WriteMethodDocComment()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | descriptor.h | 68 const MethodDescriptor* descriptor);
|
D | descriptor.cc | 176 const FileDescriptor* GetFileDescriptor(const MethodDescriptor* descriptor) { in GetFileDescriptor() 1581 const MethodDescriptor* method_descriptor = in FindMethodByName() 1662 static const MethodDescriptor* _GetDescriptor( in _GetDescriptor() 1664 return reinterpret_cast<const MethodDescriptor*>(self->descriptor); in _GetDescriptor() 1757 const MethodDescriptor* method_descriptor) { in PyMethodDescriptor_FromDescriptor()
|
/frameworks/base/startop/view_compiler/ |
D | dex_builder.h | 508 struct MethodDescriptor { struct 513 inline bool operator<(const MethodDescriptor& rhs) const { argument 522 std::map<MethodDescriptor, MethodDeclData> method_id_map_;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/javanano/ |
D | javanano_helpers.h | 67 string UnderscoresToCamelCase(const MethodDescriptor* method);
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/ |
D | descriptor.py | 754 class MethodDescriptor(DescriptorBase): class 770 _C_DESCRIPTOR_CLASS = _message.MethodDescriptor 784 super(MethodDescriptor, self).__init__(options, 'MethodOptions')
|