Home
last modified time | relevance | path

Searched defs:method_descriptor (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/
D_server.py26 def _implementation(descriptors_to_servicers, method_descriptor): argument
69 def _invoke(self, service_behavior, method_descriptor, handler, argument
86 def invoke_unary_unary(self, method_descriptor, handler, argument
92 def invoke_unary_stream(self, method_descriptor, handler, argument
98 def invoke_stream_unary(self, method_descriptor, handler, argument
104 def invoke_stream_stream(self, method_descriptor, handler, argument
127 def invoke_unary_unary(self, method_descriptor, invocation_metadata, argument
134 def invoke_unary_stream(self, method_descriptor, invocation_metadata, argument
141 def invoke_stream_unary(self, method_descriptor, invocation_metadata, argument
148 def invoke_stream_stream(self, method_descriptor, invocation_metadata, argument
/external/protobuf/python/google/protobuf/
Dservice.py65 def CallMethod(self, method_descriptor, rpc_controller, argument
93 def GetRequestClass(self, method_descriptor): argument
108 def GetResponseClass(self, method_descriptor): argument
217 def CallMethod(self, method_descriptor, rpc_controller, argument
Dservice_reflection.py143 def _WrapCallMethod(srvc, method_descriptor, argument
156 def _CallMethod(self, srvc, method_descriptor, argument
173 def _GetRequestClass(self, method_descriptor): argument
189 def _GetResponseClass(self, method_descriptor): argument
269 def _StubMethod(self, stub, method_descriptor, argument
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_channel.py74 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.py98 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.py37 def take_rpc_state(self, method_descriptor): argument
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/
D__init__.py220 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.py145 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
/external/grpc-grpc/test/cpp/util/
Dproto_file_parser.cc137 const protobuf::MethodDescriptor* method_descriptor = nullptr; in GetFullMethodName() local
/external/protobuf/src/google/protobuf/
Ddescriptor.cc277 const MethodDescriptor* method_descriptor; member