| 
    LLVM 22.0.0git
    
   | 
 
Value proxy to access the records stored in TrieRawHashMap. More...
#include "llvm/CAS/OnDiskTrieRawHashMap.h"
Public Member Functions | |
| operator ConstValueProxy () const | |
| ValueProxy ()=default | |
| ValueProxy (ArrayRef< uint8_t > Hash, MutableArrayRef< char > Data) | |
Public Attributes | |
| ArrayRef< uint8_t > | Hash | 
| MutableArrayRef< char > | Data | 
Value proxy to access the records stored in TrieRawHashMap.
Definition at line 72 of file OnDiskTrieRawHashMap.h.
      
  | 
  default | 
      
  | 
  inline | 
Definition at line 76 of file OnDiskTrieRawHashMap.h.
      
  | 
  inline | 
Definition at line 73 of file OnDiskTrieRawHashMap.h.
| MutableArrayRef<char> llvm::cas::OnDiskTrieRawHashMap::ValueProxy::Data | 
Definition at line 80 of file OnDiskTrieRawHashMap.h.
Referenced by operator ConstValueProxy(), llvm::cas::ondisk::OnDiskKeyValueDB::put(), and ValueProxy().
Definition at line 79 of file OnDiskTrieRawHashMap.h.
Referenced by operator ConstValueProxy(), and ValueProxy().