Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/end2end/
Dthread_stress_test.cc81 grpc::testing::EchoTestService::Stub* GetStub() { return stub_.get(); } in GetStub() function in grpc::testing::CommonStressTest
320 threads.emplace_back(SendRpc, this->common_.GetStub(), kNumRpcs, in TYPED_TEST()
372 common_.GetStub()->AsyncEcho(&call->context, request, &cq_); in AsyncSendRpc()