|
|
XXHash & | operator= (XXHash const &) |
|
| XXHash (XXHash const &) |
| MCAPI | XXHash (uint64 seed) |
| MCAPI void | _updateImpl (void const *input, uint64 length) |
| MCAPI uint64 | digest () |
| MCAPI void | update (uchar) |
| MCAPI void | update (int data) |
| MCAPI void | update (uint data) |
| MCAPI void | update (float data) |
| MCAPI void | update (bool data) |
| MCAPI | ~XXHash () |
| MCAPI void * | $ctor (uint64 seed) |
| MCAPI void | $dtor () |
|
| static MCAPI uint64 | _hash64Impl (void const *input, uint64 len, uint64 seed) |
◆ XXHash()
| MCAPI Util::XXHash::XXHash |
( |
uint64 | seed | ) |
|
|
explicit |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ ~XXHash()
| MCAPI Util::XXHash::~XXHash |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ _updateImpl()
| MCAPI void Util::XXHash::_updateImpl |
( |
void const * | input, |
|
|
uint64 | length ) |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ digest()
| MCAPI uint64 Util::XXHash::digest |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ update() [1/5]
| MCAPI void Util::XXHash::update |
( |
uchar | | ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ update() [2/5]
| MCAPI void Util::XXHash::update |
( |
int | data | ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ update() [3/5]
| MCAPI void Util::XXHash::update |
( |
uint | data | ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ update() [4/5]
| MCAPI void Util::XXHash::update |
( |
float | data | ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ update() [5/5]
| MCAPI void Util::XXHash::update |
( |
bool | data | ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ _hash64Impl()
| MCAPI uint64 Util::XXHash::_hash64Impl |
( |
void const * | input, |
|
|
uint64 | len, |
|
|
uint64 | seed ) |
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $ctor()
| MCAPI void * Util::XXHash::$ctor |
( |
uint64 | seed | ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $dtor()
| MCAPI void Util::XXHash::$dtor |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
The documentation for this class was generated from the following file: