Home
last modified time | relevance | path

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

/third_party/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
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/
Dservice.py65 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
Dservice_reflection.py159 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.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
/third_party/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
/third_party/grpc/test/cpp/util/
Dproto_file_parser.cc137 const protobuf::MethodDescriptor* method_descriptor = nullptr; in GetFullMethodName() local
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc387 const MethodDescriptor* method_descriptor = in FindMethodByName() local
Ddescriptor.cc1692 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/
Ddescriptor.cc97 const MethodDescriptor* method_descriptor; member