Searched defs:CredentialInfo (Results 1 – 5 of 5) sorted by relevance
62 struct CredentialInfo { struct in grpc_core::testing::GrpcTlsCertificateProviderTest63 std::string root_certs;64 PemKeyCertPairList key_cert_pairs;65 CredentialInfo(std::string root, PemKeyCertPairList key_cert) in CredentialInfo() function67 bool operator==(const CredentialInfo& other) const { in operator ==()
65 struct CredentialInfo { struct in grpc_core::testing::GrpcTlsCertificateDistributorTest66 std::string root_certs;67 PemKeyCertPairList key_cert_pairs;68 CredentialInfo(std::string root, PemKeyCertPairList key_cert) in CredentialInfo() function70 bool operator==(const CredentialInfo& other) const { in operator ==()
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 ==()
640 struct CredentialInfo { struct648 delete static_cast<CredentialInfo*>(ptr); in CredentialInfoExDataFree() argument