Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/security/credentials/
Dcredentials.cc141 channel_creds->vtable->duplicate_without_call_credentials != nullptr) { in grpc_channel_credentials_duplicate_without_call_credentials()
142 return channel_creds->vtable->duplicate_without_call_credentials( in grpc_channel_credentials_duplicate_without_call_credentials()
Dcredentials.h101 grpc_channel_credentials* (*duplicate_without_call_credentials)( member