HomeSort by relevance Sort by last modified time
    Searched refs:channel_creation_func_ (Results 1 - 4 of 4) sorted by null

  /external/grpc-grpc/test/cpp/interop/
stress_interop_client.cc 76 channel_creation_func_(channel_creation_func),
77 interop_client_(new InteropClient(channel_creation_func_, false,
stress_interop_client.h 108 ChannelCreationFunc channel_creation_func_; member in class:grpc::testing::StressTestInteropClient
interop_client.h 108 ChannelCreationFunc channel_creation_func_; member in class:grpc::testing::InteropClient::ServiceStub
interop_client.cc 79 : channel_creation_func_(channel_creation_func),
80 channel_(channel_creation_func_()),
106 channel_ = channel_creation_func_();
    [all...]

Completed in 644 milliseconds