/third_party/grpc/test/cpp/end2end/ |
D | async_end2end_test.cc | 311 EchoResponse send_response; in SendRpc() local 359 EchoResponse send_response; in TEST_P() local 468 EchoResponse send_response; in TEST_P() local 509 EchoResponse send_response; in TEST_P() local 555 EchoResponse send_response; in TEST_P() local 600 EchoResponse send_response; in TEST_P() local 651 EchoResponse send_response; in TEST_P() local 695 EchoResponse send_response; in TEST_P() local 738 EchoResponse send_response; in TEST_P() local 782 EchoResponse send_response; in TEST_P() local [all …]
|
D | generic_end2end_test.cc | 118 EchoResponse send_response; in SendRpc() local 272 EchoResponse send_response; in TEST_F() local 331 EchoResponse send_response; in TEST_F() local
|
D | hybrid_end2end_test.cc | 72 EchoResponse send_response; in HandleEcho() local 98 EchoResponse send_response; in HandleRawEcho() local 109 EchoResponse send_response; in HandleClientStreaming() local 128 EchoResponse send_response; in HandleRawClientStreaming() local 151 EchoResponse send_response; in HandleServerStreaming() local 176 EchoResponse send_response; in HandleGenericEcho() local 189 EchoResponse send_response; in HandleGenericRequestStream() local
|
D | filter_end2end_test.cc | 177 EchoResponse send_response; in SendRpc() local 272 EchoResponse send_response; in TEST_F() local
|
D | server_interceptors_end2end_test.cc | 371 EchoResponse send_response; in TEST_F() local 444 EchoResponse send_response; in TEST_F() local 527 EchoResponse send_response; in TEST_F() local
|
D | nonblocking_test.cc | 128 EchoResponse send_response; in SendRpc() local
|
D | thread_stress_test.cc | 225 EchoResponse send_response; in ProcessRpcs() local
|
/third_party/grpc/test/cpp/microbenchmarks/ |
D | fullstack_streaming_ping_pong.h | 55 EchoResponse send_response; in BM_StreamingPingPong() local 148 EchoResponse send_response; in BM_StreamingPingPongMsgs() local 252 EchoResponse send_response; in BM_StreamingPingPongWithCoalescingApi() local
|
D | fullstack_unary_ping_pong.h | 45 EchoResponse send_response; in BM_UnaryPingPong() local
|
D | fullstack_streaming_pump.h | 114 EchoResponse send_response; in BM_PumpStreamServerToClient() local
|
D | bm_fullstack_trickle.cc | 264 EchoResponse send_response; in BM_PumpStreamServerToClient_Trickle() local 358 EchoResponse send_response; in BM_PumpUnbalancedUnary_Trickle() local
|
/third_party/grpc/src/python/grpcio_testing/grpc_testing/_channel/ |
D | _channel_rpc.py | 42 def send_response(self, response): member in _UnaryStream 85 def send_response(self, response): member in _StreamStream
|
D | _rpc_state.py | 147 def send_response(self, response): member in State
|
/third_party/grpc/src/python/grpcio_testing/grpc_testing/ |
D | __init__.py | 75 def send_response(self, response): member in UnaryStreamChannelRpc 186 def send_response(self, response): member in StreamStreamChannelRpc
|
/third_party/grpc/test/cpp/performance/ |
D | writes_per_rpc_test.cc | 158 EchoResponse send_response; in UnaryPingPong() local
|
/third_party/python/Lib/http/ |
D | server.py | 484 def send_response(self, code, message=None): member in BaseHTTPRequestHandler
|
/third_party/nghttp2/python/ |
D | nghttp2.pyx | 866 def send_response(self, handler): member in _HTTP2SessionCore 1169 def send_response(self, status=200, headers=None, body=None): member in BaseRequestHandler
|
/third_party/nghttp2/examples/ |
D | libevent-server.c | 415 static int send_response(nghttp2_session *session, int32_t stream_id, in send_response() function
|
/third_party/grpc/src/python/grpcio/grpc/ |
D | _server.py | 567 def send_response(response): function
|