LeviLamina
Loading...
Searching...
No Matches
XXHash.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Util {
6
7
class
XXHash {
8
public
:
9
// XXHash inner types declare
10
// clang-format off
11
struct
State
;
12
// clang-format on
13
14
// XXHash inner types define
15
struct
State {
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 88>
mUnk1110b4;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
State& operator=(State
const
&);
25
State(State
const
&);
26
State();
27
};
28
29
public
:
30
// member variables
31
// NOLINTBEGIN
32
::ll::UntypedStorage<8, 8>
mUnkc97579;
33
// NOLINTEND
34
35
public
:
36
// prevent constructor by default
37
XXHash& operator=(XXHash
const
&);
38
XXHash(XXHash
const
&);
39
XXHash();
40
41
public
:
42
// member functions
43
// NOLINTBEGIN
44
MCNAPI
void
_updateImpl
(
void
const
* input, uint64 length);
45
46
MCNAPI uint64
digest
();
47
// NOLINTEND
48
49
public
:
50
// static functions
51
// NOLINTBEGIN
52
MCNAPI
static
uint64
_hash64Impl
(
void
const
* input, uint64 len, uint64 seed);
53
// NOLINTEND
54
};
55
56
}
// namespace Util
Util::XXHash::_updateImpl
MCAPI void _updateImpl(void const *input, uint64 length)
Util::XXHash::_hash64Impl
static MCAPI uint64 _hash64Impl(void const *input, uint64 len, uint64 seed)
Util::XXHash::digest
MCAPI uint64 digest()
Util::XXHash::State
Definition
XXHash.h:15
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
core
utility
XXHash.h
Generated on
for LeviLamina by
1.16.1