Searched defs:CredentialInfo (Results 1 – 2 of 2) sorted by relevance
61 struct CredentialInfo { struct in grpc_core::testing::GrpcTlsCertificateProviderTest62 std::string root_certs;63 PemKeyCertPairList key_cert_pairs;64 CredentialInfo(std::string root, PemKeyCertPairList key_cert) in CredentialInfo() function66 bool operator==(const CredentialInfo& other) const { in operator ==()
63 struct CredentialInfo { struct in grpc_core::testing::GrpcTlsCertificateDistributorTest64 std::string root_certs;65 PemKeyCertPairList key_cert_pairs;66 CredentialInfo(std::string root, PemKeyCertPairList key_cert) in CredentialInfo() function68 bool operator==(const CredentialInfo& other) const { in operator ==()