Searched refs:fuss_with_metadata (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/ |
D | _multi_callable.py | 30 self._method_full_rpc_name, _common.fuss_with_metadata(metadata), 36 self._method_full_rpc_name, _common.fuss_with_metadata(metadata), 42 self._method_full_rpc_name, _common.fuss_with_metadata(metadata), 55 self._method_full_rpc_name, _common.fuss_with_metadata(metadata), 72 self._method_full_rpc_name, _common.fuss_with_metadata(metadata), 83 self._method_full_rpc_name, _common.fuss_with_metadata(metadata), 94 self._method_full_rpc_name, _common.fuss_with_metadata(metadata), 112 self._method_full_rpc_name, _common.fuss_with_metadata(metadata),
|
D | _rpc_state.py | 126 self._initial_metadata = _common.fuss_with_metadata( 158 self._trailing_metadata = _common.fuss_with_metadata( 168 self._trailing_metadata = _common.fuss_with_metadata(
|
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/ |
D | _servicer_context.py | 61 _common.fuss_with_metadata(initial_metadata)) 68 _common.fuss_with_metadata(trailing_metadata))
|
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/ |
D | _common.py | 32 def fuss_with_metadata(metadata): function
|