Searched refs:fuss_with_metadata (Results 1 – 4 of 4) sorted by relevance
/third_party/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 | 127 self._initial_metadata = _common.fuss_with_metadata( 159 self._trailing_metadata = _common.fuss_with_metadata( 169 self._trailing_metadata = _common.fuss_with_metadata(
|
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_server/ |
D | _servicer_context.py | 64 _common.fuss_with_metadata(initial_metadata)) 74 _common.fuss_with_metadata(trailing_metadata))
|
/third_party/grpc/src/python/grpcio_testing/grpc_testing/ |
D | _common.py | 32 def fuss_with_metadata(metadata): function
|