LLVM 20.0.0git
|
#include "llvm/ADT/TrieRawHashMap.h"
Public Member Functions | |
value_type (value_type &&)=default | |
value_type (const value_type &)=default | |
value_type (ArrayRef< uint8_t > Hash, const T &Data) | |
value_type (ArrayRef< uint8_t > Hash, T &&Data) | |
Public Attributes | |
const HashT | Hash |
T | Data |
Friends | |
class | LazyValueConstructor |
Definition at line 187 of file TrieRawHashMap.h.
|
default |
|
default |
|
inline |
Definition at line 194 of file TrieRawHashMap.h.
|
inline |
Definition at line 196 of file TrieRawHashMap.h.
|
friend |
Definition at line 200 of file TrieRawHashMap.h.
T llvm::ThreadSafeTrieRawHashMap< T, NumHashBytes >::value_type::Data |
Definition at line 189 of file TrieRawHashMap.h.
const HashT llvm::ThreadSafeTrieRawHashMap< T, NumHashBytes >::value_type::Hash |
Definition at line 188 of file TrieRawHashMap.h.
Referenced by llvm::ThreadSafeTrieRawHashMap< T, NumHashBytes >::insert().