Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/interop/
Dinterop_client.h37 typedef std::function<std::shared_ptr<Channel>(void)> ChannelCreationFunc; typedef
45 explicit InteropClient(ChannelCreationFunc channel_creation_func,
106 ServiceStub(ChannelCreationFunc channel_creation_func,
116 ChannelCreationFunc channel_creation_func_;
Dstress_interop_client.h94 ChannelCreationFunc channel_creation_func,
108 ChannelCreationFunc channel_creation_func_;
Dstress_interop_client.cc71 ChannelCreationFunc channel_creation_func, in StressTestInteropClient()
Dstress_test.cc286 grpc::testing::ChannelCreationFunc channel_creation_func = std::bind( in main()
Dclient.cc179 grpc::testing::ChannelCreationFunc channel_creation_func; in main()
Dinterop_client.cc83 ChannelCreationFunc channel_creation_func, bool new_stub_every_call) in ServiceStub()
117 InteropClient::InteropClient(ChannelCreationFunc channel_creation_func, in InteropClient()
/third_party/grpc/src/android/test/interop/app/src/main/cpp/
Dgrpc-interop.cc39 grpc::testing::ChannelCreationFunc channel_creation_func = in GetClient()