Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/cpp/ext/
H A Dchaotic_good.cc28 class ChaoticGoodInsecureChannelCredentialsImpl final class
31 ChaoticGoodInsecureChannelCredentialsImpl() : ChannelCredentials(nullptr) {} in ChaoticGoodInsecureChannelCredentialsImpl() function in grpc::__anon68929afb0111::ChaoticGoodInsecureChannelCredentialsImpl
61 return std::make_shared<ChaoticGoodInsecureChannelCredentialsImpl>(); in ChaoticGoodInsecureChannelCredentials()