Home
last modified time | relevance | path

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.py30 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.py126 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.py61 _common.fuss_with_metadata(initial_metadata))
68 _common.fuss_with_metadata(trailing_metadata))
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/
D_common.py32 def fuss_with_metadata(metadata): function