LeviLamina
Loading...
Searching...
No Matches
MessageDigest.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
rtc {
6
7
class
MessageDigest
{
8
public
:
9
// MessageDigest inner types define
10
enum :
int
{
11
// bitfield representation
12
KMaxSize = 1 << 6,
13
};
14
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
// vIndex: 0
19
virtual
~MessageDigest
();
20
21
// vIndex: 1
22
virtual
uint64 Size()
const
= 0;
23
24
// vIndex: 2
25
virtual
void
Update(
void
const
*, uint64) = 0;
26
27
// vIndex: 3
28
virtual
uint64 Finish(
void
*, uint64) = 0;
29
// NOLINTEND
30
31
public
:
32
// destructor thunk
33
// NOLINTBEGIN
34
MCNAPI
void
$dtor
();
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
41
// NOLINTEND
42
43
public
:
44
// vftables
45
// NOLINTBEGIN
46
MCNAPI
static
void
**
$vftable
();
47
// NOLINTEND
48
};
49
50
}
// namespace rtc
rtc::MessageDigest
Definition
MessageDigest.h:7
rtc::MessageDigest::$dtor
MCAPI void $dtor()
rtc::MessageDigest::$vftable
static MCAPI void ** $vftable()
src
mc
external
rtc
MessageDigest.h
Generated on Wed Jul 23 2025 08:34:05 for LeviLamina by
1.12.0