LLVM 22.0.0git
|
#include "llvm/CAS/OnDiskTrieRawHashMap.h"
Public Member Functions | |
const_pointer ()=default | |
Public Member Functions inherited from llvm::cas::OnDiskTrieRawHashMap::PointerImpl< ConstValueProxy > | |
FileOffset | getOffset () const |
operator bool () const | |
const ConstValueProxy & | operator* () const |
const ConstValueProxy * | operator-> () const |
PointerImpl ()=default |
Friends | |
class | pointer |
class | OnDiskTrieRawHashMap |
Additional Inherited Members | |
Protected Attributes inherited from llvm::cas::OnDiskTrieRawHashMap::PointerImpl< ConstValueProxy > | |
ConstValueProxy | Value |
uint32_t | OffsetLow32 |
uint16_t | OffsetHigh16 |
bool | IsValue |
Definition at line 137 of file OnDiskTrieRawHashMap.h.
|
default |
|
friend |
Definition at line 143 of file OnDiskTrieRawHashMap.h.
References OnDiskTrieRawHashMap.
Referenced by OnDiskTrieRawHashMap.
|
friend |