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

  /external/grpc-grpc/test/cpp/interop/
interop_client.h 45 explicit InteropClient(ChannelCreationFunc channel_creation_func,
98 ServiceStub(ChannelCreationFunc channel_creation_func,
stress_interop_client.cc 71 ChannelCreationFunc channel_creation_func,
76 channel_creation_func_(channel_creation_func),
stress_interop_client.h 94 ChannelCreationFunc channel_creation_func,
client.cc 103 grpc::testing::ChannelCreationFunc channel_creation_func = local
105 grpc::testing::InteropClient client(channel_creation_func, true,
stress_test.cc 286 grpc::testing::ChannelCreationFunc channel_creation_func = std::bind( local
297 ++thread_idx, *it, channel_creation_func, test_selector,
interop_client.cc 78 ChannelCreationFunc channel_creation_func, bool new_stub_every_call)
79 : channel_creation_func_(channel_creation_func),
112 InteropClient::InteropClient(ChannelCreationFunc channel_creation_func,
115 : serviceStub_(channel_creation_func, new_stub_every_test_case),
    [all...]
  /external/grpc-grpc/src/android/test/interop/app/src/main/cpp/
grpc-interop.cc 48 grpc::testing::ChannelCreationFunc channel_creation_func = local
51 new grpc::testing::InteropClient(channel_creation_func, true, false));

Completed in 946 milliseconds