Home
last modified time | relevance | path

Searched refs:_MethodHandler (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_empty_message_test.py51 class _MethodHandler(grpc.RpcMethodHandler): class
76 return _MethodHandler(False, False)
78 return _MethodHandler(False, True)
80 return _MethodHandler(True, False)
82 return _MethodHandler(True, True)
D_metadata_test.py136 class _MethodHandler(grpc.RpcMethodHandler): class
164 return _MethodHandler(self._test, False, False)
166 return _MethodHandler(self._test, False, True)
168 return _MethodHandler(self._test, True, False)
170 return _MethodHandler(self._test, True, True)
D_compression_test.py43 class _MethodHandler(grpc.RpcMethodHandler): class
64 return _MethodHandler(False, False)
66 return _MethodHandler(True, True)
D_invocation_defects_test.py114 class _MethodHandler(grpc.RpcMethodHandler): class
136 return _MethodHandler(False, False, None, None,
140 return _MethodHandler(False, True, _DESERIALIZE_REQUEST,
144 return _MethodHandler(True, False, _DESERIALIZE_REQUEST,
148 return _MethodHandler(True, True, None, None, None, None, None,
D_resource_exhausted_test.py94 class _MethodHandler(grpc.RpcMethodHandler): class
123 return _MethodHandler(self._trigger, False, False)
125 return _MethodHandler(self._trigger, False, True)
127 return _MethodHandler(self._trigger, True, False)
129 return _MethodHandler(self._trigger, True, True)
D_interceptor_test.py114 class _MethodHandler(grpc.RpcMethodHandler): class
136 return _MethodHandler(False, False, None, None,
140 return _MethodHandler(False, True, _DESERIALIZE_REQUEST,
144 return _MethodHandler(True, False, _DESERIALIZE_REQUEST,
148 return _MethodHandler(True, True, None, None, None, None, None,
D_channel_close_test.py30 class _MethodHandler(grpc.RpcMethodHandler): class
42 _METHOD_HANDLER = _MethodHandler()
D_rpc_test.py118 class _MethodHandler(grpc.RpcMethodHandler): class
140 return _MethodHandler(False, False, None, None,
144 return _MethodHandler(False, True, _DESERIALIZE_REQUEST,
148 return _MethodHandler(True, False, _DESERIALIZE_REQUEST,
152 return _MethodHandler(True, True, None, None, None, None, None,