Searched defs:CredentialInfo (Results 1 – 2 of 2) sorted by relevance
63 struct CredentialInfo { struct in grpc_core::testing::GrpcTlsCertificateProviderTest64 std::string root_certs;65 PemKeyCertPairList key_cert_pairs;66 CredentialInfo(std::string root, PemKeyCertPairList key_cert) in CredentialInfo() argument68 bool operator==(const CredentialInfo& other) const { in operator ==()
64 struct CredentialInfo { struct in grpc_core::testing::GrpcTlsCertificateDistributorTest65 std::string root_certs;66 PemKeyCertPairList key_cert_pairs;67 CredentialInfo(std::string root, PemKeyCertPairList key_cert) in CredentialInfo() argument69 bool operator==(const CredentialInfo& other) const { in operator ==()