|
std::shared_ptr< Channel > | grpc::CreateTestChannel (const std::string &server, const std::string &cred_type, const std::string &override_hostname, bool use_prod_roots, const std::shared_ptr< CallCredentials > &creds, const ChannelArguments &args) |
|
std::shared_ptr< Channel > | grpc::CreateTestChannel (const std::string &server, const std::string &cred_type, const std::string &override_hostname, bool use_prod_roots, const std::shared_ptr< CallCredentials > &creds, const ChannelArguments &args, std::vector< std::unique_ptr< experimental::ClientInterceptorFactoryInterface >> interceptor_creators) |
|
std::shared_ptr< Channel > | grpc::CreateTestChannel (const std::string &server, const std::string &credential_type, const std::shared_ptr< CallCredentials > &creds) |
|
std::shared_ptr< Channel > | grpc::CreateTestChannel (const std::string &server, const std::string &credential_type, const std::shared_ptr< CallCredentials > &creds, std::vector< std::unique_ptr< experimental::ClientInterceptorFactoryInterface >> interceptor_creators) |
|
std::shared_ptr< Channel > | grpc::CreateTestChannel (const std::string &server, const std::string &override_hostname, testing::transport_security security_type, bool use_prod_roots) |
|
std::shared_ptr< Channel > | grpc::CreateTestChannel (const std::string &server, const std::string &override_hostname, testing::transport_security security_type, bool use_prod_roots, const std::shared_ptr< CallCredentials > &creds) |
|
std::shared_ptr< Channel > | grpc::CreateTestChannel (const std::string &server, const std::string &override_hostname, testing::transport_security security_type, bool use_prod_roots, const std::shared_ptr< CallCredentials > &creds, const ChannelArguments &args) |
|
std::shared_ptr< Channel > | grpc::CreateTestChannel (const std::string &server, const std::string &override_hostname, testing::transport_security security_type, bool use_prod_roots, const std::shared_ptr< CallCredentials > &creds, const ChannelArguments &args, std::vector< std::unique_ptr< experimental::ClientInterceptorFactoryInterface >> interceptor_creators) |
|
std::shared_ptr< Channel > | grpc::CreateTestChannel (const std::string &server, const std::string &override_hostname, testing::transport_security security_type, bool use_prod_roots, const std::shared_ptr< CallCredentials > &creds, std::vector< std::unique_ptr< experimental::ClientInterceptorFactoryInterface >> interceptor_creators) |
|
std::shared_ptr< Channel > | grpc::CreateTestChannel (const std::string &server, testing::transport_security security_type) |
|