Home
last modified time | relevance | path

Searched refs:channel_creation_func (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/cpp/interop/
H A Dclient.cc166 grpc::testing::ChannelCreationFunc channel_creation_func; in main() local
169 channel_creation_func = [test_case]() { in main()
179 channel_creation_func = [test_case, additional_metadata]() { in main()
190 grpc::testing::InteropClient client(channel_creation_func, true, in main()
H A Dinterop_client.h45 explicit InteropClient(ChannelCreationFunc channel_creation_func,
102 ServiceStub(ChannelCreationFunc channel_creation_func,
H A Dstress_interop_client.cc71 ChannelCreationFunc channel_creation_func, in StressTestInteropClient() argument
76 channel_creation_func_(std::move(channel_creation_func)), in StressTestInteropClient()
H A Dstress_test.cc286 grpc::testing::ChannelCreationFunc channel_creation_func = std::bind( in main() local
297 ++thread_idx, *it, channel_creation_func, test_selector, in main()
H A Dstress_interop_client.h94 ChannelCreationFunc channel_creation_func,
H A Dinterop_client.cc78 ChannelCreationFunc channel_creation_func, bool new_stub_every_call) in ServiceStub() argument
79 : channel_creation_func_(std::move(channel_creation_func)), in ServiceStub()
112 InteropClient::InteropClient(ChannelCreationFunc channel_creation_func, in InteropClient() argument
115 : serviceStub_(std::move(channel_creation_func), new_stub_every_test_case), in InteropClient()
/dports/devel/grpc130/grpc-1.30.2/test/cpp/interop/
H A Dclient.cc175 grpc::testing::ChannelCreationFunc channel_creation_func; in main() local
178 channel_creation_func = [test_case]() { in main()
188 channel_creation_func = [test_case, additional_metadata]() { in main()
199 grpc::testing::InteropClient client(channel_creation_func, true, in main()
H A Dinterop_client.h45 explicit InteropClient(ChannelCreationFunc channel_creation_func,
104 ServiceStub(ChannelCreationFunc channel_creation_func,
H A Dstress_interop_client.cc71 ChannelCreationFunc channel_creation_func, in StressTestInteropClient() argument
76 channel_creation_func_(std::move(channel_creation_func)), in StressTestInteropClient()
H A Dstress_test.cc286 grpc::testing::ChannelCreationFunc channel_creation_func = std::bind( in main() local
297 ++thread_idx, *it, channel_creation_func, test_selector, in main()
H A Dstress_interop_client.h94 ChannelCreationFunc channel_creation_func,
/dports/devel/grpc134/grpc-1.34.1/test/cpp/interop/
H A Dclient.cc188 grpc::testing::ChannelCreationFunc channel_creation_func; in main() local
191 channel_creation_func = [test_case]() { in main()
201 channel_creation_func = [test_case, additional_metadata]() { in main()
213 channel_creation_func, true, in main()
H A Dinterop_client.h45 explicit InteropClient(ChannelCreationFunc channel_creation_func,
108 ServiceStub(ChannelCreationFunc channel_creation_func,
H A Dstress_interop_client.cc71 ChannelCreationFunc channel_creation_func, in StressTestInteropClient() argument
76 channel_creation_func_(std::move(channel_creation_func)), in StressTestInteropClient()
H A Dstress_interop_client.h94 ChannelCreationFunc channel_creation_func,
H A Dstress_test.cc297 grpc::testing::ChannelCreationFunc channel_creation_func = in main() local
309 ++thread_idx, *it, channel_creation_func, test_selector, in main()
/dports/devel/grpc/grpc-1.42.0/test/cpp/interop/
H A Dclient.cc189 grpc::testing::ChannelCreationFunc channel_creation_func; in main() local
192 channel_creation_func = [test_case]() { in main()
202 channel_creation_func = [test_case, additional_metadata]() { in main()
214 channel_creation_func, true, in main()
H A Dinterop_client.h46 explicit InteropClient(ChannelCreationFunc channel_creation_func,
109 ServiceStub(ChannelCreationFunc channel_creation_func,
H A Dstress_interop_client.cc71 ChannelCreationFunc channel_creation_func, in StressTestInteropClient() argument
76 channel_creation_func_(std::move(channel_creation_func)), in StressTestInteropClient()
H A Dstress_interop_client.h95 ChannelCreationFunc channel_creation_func,
H A Dstress_test.cc298 grpc::testing::ChannelCreationFunc channel_creation_func = in main() local
310 ++thread_idx, *it, channel_creation_func, test_selector, in main()
/dports/devel/grpc130/grpc-1.30.2/src/android/test/interop/app/src/main/cpp/
H A Dgrpc-interop.cc39 grpc::testing::ChannelCreationFunc channel_creation_func = in GetClient() local
42 new grpc::testing::InteropClient(channel_creation_func, true, false)); in GetClient()
/dports/devel/grpc134/grpc-1.34.1/src/android/test/interop/app/src/main/cpp/
H A Dgrpc-interop.cc39 grpc::testing::ChannelCreationFunc channel_creation_func = in GetClient() local
42 new grpc::testing::InteropClient(channel_creation_func, true, false)); in GetClient()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/android/test/interop/app/src/main/cpp/
H A Dgrpc-interop.cc48 grpc::testing::ChannelCreationFunc channel_creation_func = in GetClient() local
51 new grpc::testing::InteropClient(channel_creation_func, true, false)); in GetClient()
/dports/devel/grpc/grpc-1.42.0/src/android/test/interop/app/src/main/cpp/
H A Dgrpc-interop.cc39 grpc::testing::ChannelCreationFunc channel_creation_func = in GetClient() local
42 new grpc::testing::InteropClient(channel_creation_func, true, false)); in GetClient()

12