LeviLamina
Loading...
Searching...
No Matches
FieldTrialFlag.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
8public:
9 // prevent constructor by default
11
12public:
13 // member functions
14 // NOLINTBEGIN
15 MCNAPI explicit FieldTrialFlag(::std::string_view);
16
17 MCNAPI FieldTrialFlag(::std::string_view, bool);
18
19 MCNAPI explicit operator bool() const;
20 // NOLINTEND
21
22public:
23 // constructor thunks
24 // NOLINTBEGIN
25 MCNAPI void* $ctor(::std::string_view);
26
27 MCNAPI void* $ctor(::std::string_view, bool);
28 // NOLINTEND
29
30public:
31 // vftables
32 // NOLINTBEGIN
33 MCNAPI static void** $vftable();
34 // NOLINTEND
35};
36
37} // namespace webrtc
Definition FieldTrialFlag.h:7
static MCAPI void ** $vftable()
MCAPI void * $ctor(::std::string_view, bool)
MCAPI void * $ctor(::std::string_view)
MCAPI FieldTrialFlag(::std::string_view)
MCAPI FieldTrialFlag(::std::string_view, bool)