LLVM 22.0.0git
|
Const value proxy to access the records stored in TrieRawHashMap. More...
#include "llvm/CAS/OnDiskTrieRawHashMap.h"
Public Member Functions | |
ConstValueProxy ()=default | |
ConstValueProxy (ArrayRef< uint8_t > Hash, ArrayRef< char > Data) | |
ConstValueProxy (ArrayRef< uint8_t > Hash, StringRef Data) |
Public Attributes | |
ArrayRef< uint8_t > | Hash |
ArrayRef< char > | Data |
Const value proxy to access the records stored in TrieRawHashMap.
Definition at line 60 of file OnDiskTrieRawHashMap.h.
|
default |
|
inline |
Definition at line 62 of file OnDiskTrieRawHashMap.h.
|
inline |
Definition at line 64 of file OnDiskTrieRawHashMap.h.
References Data, Hash, and llvm::cas::OnDiskTrieRawHashMap::size().
Definition at line 68 of file OnDiskTrieRawHashMap.h.
Referenced by ConstValueProxy(), and ConstValueProxy().
Definition at line 67 of file OnDiskTrieRawHashMap.h.
Referenced by ConstValueProxy(), and ConstValueProxy().