Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/end2end/
Dthread_stress_test.cc74 grpc::testing::EchoTestService::Stub* GetStub() { return stub_.get(); } in GetStub() function in grpc::testing::CommonStressTest
313 threads.emplace_back(SendRpc, this->common_.GetStub(), kNumRpcs, in TYPED_TEST()
365 common_.GetStub()->AsyncEcho(&call->context, request, &cq_); in AsyncSendRpc()
/external/python/httplib2/python2/httplib2/
D__init__.py1546 if apiproxy_stub_map.apiproxy.GetStub("urlfetch") is None: