#include <tls_credentials.h>

Private Member Functions | |
| int | cmp_impl (const grpc_channel_credentials *other) const override |
Private Attributes | |
| grpc_core::RefCountedPtr< grpc_tls_credentials_options > | options_ |
Additional Inherited Members | |
Public Types inherited from grpc_core::RefCounted< grpc_channel_credentials > | |
| using | RefCountedChildType = grpc_channel_credentials |
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) |
Protected Member Functions inherited from grpc_core::RefCounted< grpc_channel_credentials > | |
| RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1) | |
Definition at line 33 of file tls_credentials.h.
|
explicit |
Definition at line 74 of file tls_credentials.cc.
|
override |
Definition at line 78 of file tls_credentials.cc.
|
overrideprivatevirtual |
Implements grpc_channel_credentials.
Definition at line 119 of file tls_credentials.cc.
|
overridevirtual |
Implements grpc_channel_credentials.
Definition at line 81 of file tls_credentials.cc.
|
inline |
Definition at line 47 of file tls_credentials.h.
|
overridevirtual |
Implements grpc_channel_credentials.
Definition at line 114 of file tls_credentials.cc.
|
private |
Definition at line 52 of file tls_credentials.h.