#include <metadata.h>
|
| | InternedMetadata (const grpc_slice &key, const grpc_slice &value, uint32_t hash, InternedMetadata *next) |
| |
| | InternedMetadata (const grpc_slice &key, const grpc_slice &value, uint32_t hash, InternedMetadata *next, const NoRefKey *) |
| |
| | ~InternedMetadata () |
| |
| void | RefWithShardLocked (mdtab_shard *shard) |
| |
| UserData * | user_data () |
| |
| InternedMetadata * | bucket_next () |
| |
| void | set_bucket_next (InternedMetadata *md) |
| |
| | RefcountedMdBase (const grpc_slice &key, const grpc_slice &value) |
| |
| | RefcountedMdBase (const grpc_slice &key, const grpc_slice &value, uint32_t hash) |
| |
| const grpc_slice & | key () const |
| |
| const grpc_slice & | value () const |
| |
| uint32_t | hash () |
| |
| void | Ref (const char *file, int line) |
| |
| bool | Unref (const char *file, int line) |
| |
| void | Ref () |
| |
| bool | Unref () |
| |
◆ InternedMetadata() [1/2]
◆ InternedMetadata() [2/2]
◆ ~InternedMetadata()
| grpc_core::InternedMetadata::~InternedMetadata |
( |
| ) |
|
◆ bucket_next()
◆ CleanupLinkedMetadata()
| static size_t grpc_core::InternedMetadata::CleanupLinkedMetadata |
( |
BucketLink * |
head | ) |
|
|
static |
◆ RefWithShardLocked()
| void grpc_core::InternedMetadata::RefWithShardLocked |
( |
mdtab_shard * |
shard | ) |
|
◆ set_bucket_next()
◆ user_data()
| UserData* grpc_core::InternedMetadata::user_data |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: