Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/interop/
Dhttp2_client.h45 class ServiceStub {
47 ServiceStub(const std::shared_ptr<Channel>& channel);
60 ServiceStub serviceStub_;
Dinterop_client.h102 class ServiceStub {
106 ServiceStub(ChannelCreationFunc channel_creation_func,
145 ServiceStub serviceStub_;
Dhttp2_client.cc45 Http2Client::ServiceStub::ServiceStub(const std::shared_ptr<Channel>& channel) in ServiceStub() function in grpc::testing::Http2Client::ServiceStub
50 TestService::Stub* Http2Client::ServiceStub::Get() { return stub_.get(); } in Get()
Dinterop_client.cc82 InteropClient::ServiceStub::ServiceStub( in ServiceStub() function in grpc::testing::InteropClient::ServiceStub
94 TestService::Stub* InteropClient::ServiceStub::Get() { in Get()
103 InteropClient::ServiceStub::GetUnimplementedServiceStub() { in GetUnimplementedServiceStub()
110 void InteropClient::ServiceStub::ResetChannel() { in ResetChannel()