Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/qps/
Dclient_async.cc306 class AsyncUnaryClient final class
309 explicit AsyncUnaryClient(const ClientConfig& config) in AsyncUnaryClient() function in grpc::testing::AsyncUnaryClient
314 ~AsyncUnaryClient() override {} in ~AsyncUnaryClient()
330 stub, req, std::move(next_issue), AsyncUnaryClient::PrepareReq, in SetupCtx()
331 AsyncUnaryClient::CheckDone); in SetupCtx()
934 return std::unique_ptr<Client>(new AsyncUnaryClient(config)); in CreateAsyncClient()