Home
last modified time | relevance | path

Searched defs:send_response (Results 1 – 19 of 19) sorted by relevance

/third_party/grpc/test/cpp/end2end/
Dasync_end2end_test.cc311 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 …]
Dgeneric_end2end_test.cc118 EchoResponse send_response; in SendRpc() local
272 EchoResponse send_response; in TEST_F() local
331 EchoResponse send_response; in TEST_F() local
Dhybrid_end2end_test.cc72 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
Dfilter_end2end_test.cc177 EchoResponse send_response; in SendRpc() local
272 EchoResponse send_response; in TEST_F() local
Dserver_interceptors_end2end_test.cc371 EchoResponse send_response; in TEST_F() local
444 EchoResponse send_response; in TEST_F() local
527 EchoResponse send_response; in TEST_F() local
Dnonblocking_test.cc128 EchoResponse send_response; in SendRpc() local
Dthread_stress_test.cc225 EchoResponse send_response; in ProcessRpcs() local
/third_party/grpc/test/cpp/microbenchmarks/
Dfullstack_streaming_ping_pong.h55 EchoResponse send_response; in BM_StreamingPingPong() local
148 EchoResponse send_response; in BM_StreamingPingPongMsgs() local
252 EchoResponse send_response; in BM_StreamingPingPongWithCoalescingApi() local
Dfullstack_unary_ping_pong.h45 EchoResponse send_response; in BM_UnaryPingPong() local
Dfullstack_streaming_pump.h114 EchoResponse send_response; in BM_PumpStreamServerToClient() local
Dbm_fullstack_trickle.cc264 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.py42 def send_response(self, response): member in _UnaryStream
85 def send_response(self, response): member in _StreamStream
D_rpc_state.py147 def send_response(self, response): member in State
/third_party/grpc/src/python/grpcio_testing/grpc_testing/
D__init__.py75 def send_response(self, response): member in UnaryStreamChannelRpc
186 def send_response(self, response): member in StreamStreamChannelRpc
/third_party/grpc/test/cpp/performance/
Dwrites_per_rpc_test.cc158 EchoResponse send_response; in UnaryPingPong() local
/third_party/python/Lib/http/
Dserver.py484 def send_response(self, code, message=None): member in BaseHTTPRequestHandler
/third_party/nghttp2/python/
Dnghttp2.pyx866 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/
Dlibevent-server.c415 static int send_response(nghttp2_session *session, int32_t stream_id, in send_response() function
/third_party/grpc/src/python/grpcio/grpc/
D_server.py567 def send_response(response): function