Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/cpp/qps/
H A Dqps_worker.cc65 : CreateAsyncClient(config); in CreateClient()
H A Dclient.h575 std::unique_ptr<Client> CreateAsyncClient(const ClientConfig& config);
H A Dclient_async.cc935 std::unique_ptr<Client> CreateAsyncClient(const ClientConfig& config) { in CreateAsyncClient() function