Home
last modified time | relevance | path

Searched refs:local_response (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/test/cpp/end2end/
Dservice_config_end2end_test.cc261 const bool local_response = (response == nullptr); in SendRpc() local
262 if (local_response) response = new EchoResponse; in SendRpc()
270 if (local_response) delete response; in SendRpc()
Dclient_lb_end2end_test.cc294 const bool local_response = (response == nullptr); in SendRpc() local
295 if (local_response) response = new EchoResponse; in SendRpc()
307 if (local_response) delete response; in SendRpc()
Dgrpclb_end2end_test.cc633 const bool local_response = (response == nullptr); in SendRpc() local
634 if (local_response) response = new EchoResponse; in SendRpc()
646 if (local_response) delete response; in SendRpc()
Dxds_end2end_test.cc1468 const bool local_response = (response == nullptr); in SendRpc() local
1469 if (local_response) response = new EchoResponse; in SendRpc()
1498 if (local_response) delete response; in SendRpc()