/third_party/grpc/src/python/grpcio_testing/grpc_testing/_server/ |
D | _server.py | 26 def _implementation(descriptors_to_servicers, method_descriptor): argument 69 def _invoke(self, service_behavior, method_descriptor, handler, argument 85 def invoke_unary_unary(self, method_descriptor, handler, argument 90 def invoke_unary_stream(self, method_descriptor, handler, argument 95 def invoke_stream_unary(self, method_descriptor, handler, argument 100 def invoke_stream_stream(self, method_descriptor, handler, argument 122 def invoke_unary_unary(self, method_descriptor, invocation_metadata, argument 130 def invoke_unary_stream(self, method_descriptor, invocation_metadata, argument 138 def invoke_stream_unary(self, method_descriptor, invocation_metadata, argument 145 def invoke_stream_stream(self, method_descriptor, invocation_metadata, argument
|
/third_party/protobuf/python/google/protobuf/ |
D | service.py | 65 def CallMethod(self, method_descriptor, rpc_controller, argument 95 def GetRequestClass(self, method_descriptor): argument 110 def GetResponseClass(self, method_descriptor): argument 219 def CallMethod(self, method_descriptor, rpc_controller, argument
|
D | service_reflection.py | 159 def _WrapCallMethod(srvc, method_descriptor, argument 172 def _CallMethod(self, srvc, method_descriptor, argument 189 def _GetRequestClass(self, method_descriptor): argument 205 def _GetResponseClass(self, method_descriptor): argument 285 def _StubMethod(self, stub, method_descriptor, argument
|
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_channel/ |
D | _channel.py | 74 def take_unary_unary(self, method_descriptor): argument 77 def take_unary_stream(self, method_descriptor): argument 80 def take_stream_unary(self, method_descriptor): argument 83 def take_stream_stream(self, method_descriptor): argument
|
D | _channel_rpc.py | 98 def unary_unary(channel_state, method_descriptor): argument 105 def unary_stream(channel_state, method_descriptor): argument 112 def stream_unary(channel_state, method_descriptor): argument 117 def stream_stream(channel_state, method_descriptor): argument
|
D | _channel_state.py | 37 def take_rpc_state(self, method_descriptor): argument
|
/third_party/grpc/src/python/grpcio_testing/grpc_testing/ |
D | __init__.py | 220 def take_unary_unary(self, method_descriptor): argument 239 def take_unary_stream(self, method_descriptor): argument 258 def take_stream_unary(self, method_descriptor): argument 277 def take_stream_stream(self, method_descriptor): argument 498 def invoke_unary_unary(self, method_descriptor, invocation_metadata, argument 516 def invoke_unary_stream(self, method_descriptor, invocation_metadata, argument 534 def invoke_stream_unary(self, method_descriptor, invocation_metadata, argument 551 def invoke_stream_stream(self, method_descriptor, invocation_metadata, argument
|
D | _common.py | 145 def invoke_unary_unary(self, method_descriptor, handler, argument 150 def invoke_unary_stream(self, method_descriptor, handler, argument 155 def invoke_stream_unary(self, method_descriptor, handler, argument 160 def invoke_stream_stream(self, method_descriptor, handler, argument
|
/third_party/grpc/test/cpp/util/ |
D | proto_file_parser.cc | 137 const protobuf::MethodDescriptor* method_descriptor = nullptr; in GetFullMethodName() local
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | descriptor_pool.cc | 387 const MethodDescriptor* method_descriptor = in FindMethodByName() local
|
D | descriptor.cc | 1692 const MethodDescriptor* method_descriptor = in FindMethodByName() local 1780 namespace method_descriptor { namespace 1878 const MethodDescriptor* method_descriptor) { in PyMethodDescriptor_FromDescriptor()
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor.cc | 97 const MethodDescriptor* method_descriptor; member
|