Home
last modified time | relevance | path

Searched refs:_Handler (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/
D_handler.py55 class _Handler(Handler): class
210 return _Handler(requests_closed)
214 handler = _Handler(requests_closed)
/external/libcxx/include/
Dany178 using _Handler = conditional_t<
505 __any_imp::_Handler<_Tp>::__create(*this, _VSTD::forward<_ValueType>(__v));
510 __any_imp::_Handler<_Tp>::__create(*this, _VSTD::forward<_Args>(__args)...);
515 __any_imp::_Handler<_Tp>::__create(*this, __il, _VSTD::forward<_Args>(__args)...);
530 return __any_imp::_Handler<_Tp>::__create(*this, _VSTD::forward<_Args>(__args)...);
537 return __any_imp::_Handler<_Tp>::__create(*this, __il, _VSTD::forward<_Args>(__args)...);
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/_cython/
D_cancel_many_calls_test.py52 class _Handler(object): class
100 thread_pool.submit(_Handler(state, call_completion_queue, rpc_event))
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/
D_invocation_defects_test.py57 class _Handler(object): class
206 self._handler = _Handler(self._control)
D_interceptor_test.py60 class _Handler(object): class
314 self._handler = _Handler(self._control)
D_rpc_test.py59 class _Handler(object): class
184 self._handler = _Handler(self._control)