Searched refs:other_sc (Results 1 – 10 of 10) sorted by relevance
69 const grpc_channel_security_connector* other_sc = in channel_security_connector_cmp() local72 GPR_ASSERT(other_sc->channel_creds() != nullptr); in channel_security_connector_cmp()73 int c = GPR_ICMP(channel_creds(), other_sc->channel_creds()); in channel_security_connector_cmp()75 return GPR_ICMP(request_metadata_creds(), other_sc->request_metadata_creds()); in channel_security_connector_cmp()80 const grpc_server_security_connector* other_sc = in server_security_connector_cmp() local83 GPR_ASSERT(other_sc->server_creds() != nullptr); in server_security_connector_cmp()84 return GPR_ICMP(server_creds(), other_sc->server_creds()); in server_security_connector_cmp()
88 const grpc_security_connector* other_sc) const { in cmp()90 static_cast<const grpc_channel_security_connector*>(other_sc)); in cmp()
63 int cmp(const grpc_security_connector* other_sc) const override;
108 int cmp(const grpc_security_connector* other_sc) const override { in cmp()111 other_sc); in cmp()
166 int cmp(const grpc_security_connector* other_sc) const override { in cmp()169 other_sc); in cmp()
106 int cmp(const grpc_security_connector* other_sc) const override { in cmp()108 reinterpret_cast<const grpc_alts_channel_security_connector*>(other_sc); in cmp()
82 int cmp(const grpc_security_connector* other_sc) const override { in cmp()84 reinterpret_cast<const grpc_fake_channel_security_connector*>(other_sc); in cmp()
176 int cmp(const grpc_security_connector* other_sc) const override { in cmp()178 reinterpret_cast<const grpc_ssl_channel_security_connector*>(other_sc); in cmp()
307 const grpc_security_connector* other_sc) const { in cmp()308 auto* other = reinterpret_cast<const TlsChannelSecurityConnector*>(other_sc); in cmp()