LeviLamina
Loading...
Searching...
No Matches
SampleInfo.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
webrtc::metrics {
6
7
struct
SampleInfo
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<8, 32>
mUnk70a362;
12
::ll::UntypedStorage<4, 4>
mUnkcec79e;
13
::ll::UntypedStorage<4, 4>
mUnk5f593d;
14
::ll::UntypedStorage<8, 8>
mUnka21e13;
15
::ll::UntypedStorage<8, 16>
mUnk7c562f;
16
// NOLINTEND
17
18
public
:
19
// prevent constructor by default
20
SampleInfo
& operator=(
SampleInfo
const
&);
21
SampleInfo
(
SampleInfo
const
&);
22
SampleInfo
();
23
24
public
:
25
// member functions
26
// NOLINTBEGIN
27
MCNAPI
SampleInfo
(::std::string_view name,
int
min,
int
max, uint64 bucket_count);
28
29
MCNAPI
~SampleInfo
();
30
// NOLINTEND
31
32
public
:
33
// constructor thunks
34
// NOLINTBEGIN
35
MCNAPI
void
*
$ctor
(::std::string_view name,
int
min,
int
max, uint64 bucket_count);
36
// NOLINTEND
37
38
public
:
39
// destructor thunk
40
// NOLINTBEGIN
41
MCNAPI
void
$dtor
();
42
// NOLINTEND
43
};
44
45
}
// namespace webrtc::metrics
ll::UntypedStorage
Definition
Alias.h:14
webrtc::metrics::SampleInfo
Definition
SampleInfo.h:7
webrtc::metrics::SampleInfo::$dtor
MCAPI void $dtor()
webrtc::metrics::SampleInfo::$ctor
MCAPI void * $ctor(::std::string_view name, int min, int max, uint64 bucket_count)
webrtc::metrics::SampleInfo::SampleInfo
MCAPI SampleInfo(::std::string_view name, int min, int max, uint64 bucket_count)
webrtc::metrics::SampleInfo::~SampleInfo
MCAPI ~SampleInfo()
src
mc
external
webrtc
SampleInfo.h
Generated on Wed Jul 16 2025 07:41:10 for LeviLamina by
1.12.0