Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/interop/
Dstress_interop_client.cc76 channel_creation_func_(channel_creation_func), in StressTestInteropClient()
77 interop_client_(new InteropClient(channel_creation_func_, false, in StressTestInteropClient()
Dstress_interop_client.h108 ChannelCreationFunc channel_creation_func_; variable
Dinterop_client.h108 ChannelCreationFunc channel_creation_func_;
Dinterop_client.cc79 : channel_creation_func_(channel_creation_func), in ServiceStub()
80 channel_(channel_creation_func_()), in ServiceStub()
106 channel_ = channel_creation_func_(); in ResetChannel()