#include <xds_credentials.h>

Static Public Member Functions | |
| static UniqueTypeName | Type () |
Static Public Member Functions inherited from grpc_channel_credentials | |
| static absl::string_view | ChannelArgName () |
| static int | ChannelArgsCompare (const grpc_channel_credentials *args1, const grpc_channel_credentials *args2) |
Private Member Functions | |
| int | cmp_impl (const grpc_channel_credentials *other) const override |
Private Attributes | |
| RefCountedPtr< grpc_channel_credentials > | fallback_credentials_ |
Additional Inherited Members | |
Public Types inherited from grpc_core::RefCounted< grpc_channel_credentials > | |
| using | RefCountedChildType = grpc_channel_credentials |
Protected Member Functions inherited from grpc_core::RefCounted< grpc_channel_credentials > | |
| RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1) | |
Definition at line 67 of file xds_credentials.h.
|
inlineexplicit |
Definition at line 69 of file xds_credentials.h.
|
inlineoverrideprivatevirtual |
Implements grpc_channel_credentials.
Definition at line 82 of file xds_credentials.h.
|
overridevirtual |
Implements grpc_channel_credentials.
Definition at line 133 of file core/lib/security/credentials/xds/xds_credentials.cc.
|
static |
Definition at line 195 of file core/lib/security/credentials/xds/xds_credentials.cc.
|
inlineoverridevirtual |
Implements grpc_channel_credentials.
Definition at line 79 of file xds_credentials.h.
|
private |
Definition at line 87 of file xds_credentials.h.