|
LLVM 23.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 191 of file TrieRawHashMap.h.
|
default |
References value_type().
Referenced by value_type(), and value_type().
|
default |
References value_type().
|
inline |
Definition at line 198 of file TrieRawHashMap.h.
|
inline |
Definition at line 200 of file TrieRawHashMap.h.
References Data, Hash, llvm::move(), and T.
|
friend |
Definition at line 204 of file TrieRawHashMap.h.
References LazyValueConstructor.
Referenced by LazyValueConstructor.
| T llvm::ThreadSafeTrieRawHashMap< T, NumHashBytes >::value_type::Data |
Definition at line 193 of file TrieRawHashMap.h.
Referenced by value_type(), and value_type().
| const HashT llvm::ThreadSafeTrieRawHashMap< T, NumHashBytes >::value_type::Hash |
Definition at line 192 of file TrieRawHashMap.h.
Referenced by value_type(), and value_type().