Searched defs:CreateChannel (Results 1 – 8 of 8) sorted by relevance
84 Result CreateChannel(const api_fuzzer::CreateChannel&) override { in CreateChannel() function in grpc_core::testing::ClientFuzzer
70 Result CreateChannel( in CreateChannel() function in grpc_core::testing::ServerFuzzer71 const api_fuzzer::CreateChannel& /* create_channel */) override { in CreateChannel()
93 message CreateChannel { message
453 ApiFuzzer::Result ApiFuzzer::CreateChannel( in CreateChannel() function in grpc_core::testing::ApiFuzzer
25 TEST(ChaoticGoodTest, CreateChannel) { in TEST() argument
37 std::shared_ptr<grpc::Channel> CreateChannel( in CreateChannel() function
277 absl::StatusOr<RefCountedPtr<Channel>> CreateChannel(const char* target, in CreateChannel() function
560 std::shared_ptr<Channel> XdsEnd2endTest::CreateChannel( in CreateChannel() function in grpc::testing::XdsEnd2endTest