#include <fake_credentials.h>
|
| | grpc_md_only_test_credentials (const char *md_key, const char *md_value, bool is_async) |
| |
| | ~grpc_md_only_test_credentials () override |
| |
| bool | get_request_metadata (grpc_polling_entity *pollent, grpc_auth_metadata_context context, grpc_credentials_mdelem_array *md_array, grpc_closure *on_request_metadata, grpc_error **error) override |
| |
| void | cancel_get_request_metadata (grpc_credentials_mdelem_array *md_array, grpc_error *error) override |
| |
| | grpc_call_credentials (const char *type) |
| |
| virtual | ~grpc_call_credentials ()=default |
| |
| const char * | type () const |
| |
| | ~RefCounted ()=default |
| |
| RefCountedPtr< grpc_call_credentials > | Ref () GRPC_MUST_USE_RESULT |
| |
| RefCountedPtr< grpc_call_credentials > | Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
| |
| void | Unref () |
| |
| void | Unref (const DebugLocation &location, const char *reason) |
| |
| bool | RefIfNonZero () |
| |
| bool | RefIfNonZero (const DebugLocation &location, const char *reason) |
| |
| | RefCounted (const RefCounted &)=delete |
| |
| RefCounted & | operator= (const RefCounted &)=delete |
| |
| virtual | ~PolymorphicRefCount ()=default |
| |
|
| | RefCounted (TraceFlagT *trace_flag=nullptr, intptr_t initial_refcount=1) |
| |
◆ grpc_md_only_test_credentials()
| grpc_md_only_test_credentials::grpc_md_only_test_credentials |
( |
const char * |
md_key, |
|
|
const char * |
md_value, |
|
|
bool |
is_async |
|
) |
| |
|
inline |
◆ ~grpc_md_only_test_credentials()
| grpc_md_only_test_credentials::~grpc_md_only_test_credentials |
( |
| ) |
|
|
inlineoverride |
◆ cancel_get_request_metadata()
◆ get_request_metadata()
The documentation for this class was generated from the following files: