Go to the source code of this file.
|
static FORCEINLINE uint32 | MurmurFinalize32 (uint32 Hash) |
|
static FORCEINLINE uint64 | MurmurFinalize64 (uint64 Hash) |
|
static FORCEINLINE uint32 | Murmur32 (std::initializer_list< uint32 > InitList) |
|
template<typename InAllocator > |
void | Freeze::IntrinsicWriteMemoryImage (FMemoryImageWriter &Writer, const THashTable< InAllocator > &Object, const FTypeLayoutDesc &) |
|
template<typename InAllocator > |
uint32 | Freeze::IntrinsicUnfrozenCopy (const FMemoryUnfreezeContent &Context, const THashTable< InAllocator > &Object, void *OutDst) |
|
template<typename InAllocator > |
uint32 | Freeze::IntrinsicAppendHash (const THashTable< InAllocator > *DummyObject, const FTypeLayoutDesc &TypeDesc, const FPlatformTypeLayoutParameters &LayoutParams, FSHA1 &Hasher) |
|
template<typename InAllocator > |
uint32 | Freeze::IntrinsicGetTargetAlignment (const THashTable< InAllocator > *DummyObject, const FTypeLayoutDesc &TypeDesc, const FPlatformTypeLayoutParameters &LayoutParams) |
|
| DECLARE_TEMPLATE_INTRINSIC_TYPE_LAYOUT (template< typename InAllocator >, THashTable< InAllocator >) |
|
◆ DECLARE_TEMPLATE_INTRINSIC_TYPE_LAYOUT()
DECLARE_TEMPLATE_INTRINSIC_TYPE_LAYOUT |
( |
template< typename InAllocator > | , |
|
|
THashTable< InAllocator > | ) |
◆ Murmur32()
◆ MurmurFinalize32()
◆ MurmurFinalize64()