|
Blender V4.3
|
#include <BLI_hash_mm2a.hh>
Public Attributes | |
| uint32_t | hash |
| uint32_t | tail |
| uint32_t | count |
| uint32_t | size |
Definition at line 13 of file BLI_hash_mm2a.hh.
| uint32_t BLI_HashMurmur2A::count |
Definition at line 16 of file BLI_hash_mm2a.hh.
Referenced by BLI_hash_mm2a_init(), and mm2a_mix_tail().
| uint32_t BLI_HashMurmur2A::hash |
Definition at line 14 of file BLI_hash_mm2a.hh.
Referenced by BLI_hash_mm2a_add(), BLI_hash_mm2a_end(), BLI_hash_mm2a_init(), and mm2a_mix_tail().
| uint32_t BLI_HashMurmur2A::size |
Definition at line 17 of file BLI_hash_mm2a.hh.
Referenced by BLI_hash_mm2a_add(), BLI_hash_mm2a_end(), and BLI_hash_mm2a_init().
| uint32_t BLI_HashMurmur2A::tail |
Definition at line 15 of file BLI_hash_mm2a.hh.
Referenced by BLI_hash_mm2a_end(), BLI_hash_mm2a_init(), and mm2a_mix_tail().