LeviLamina
Loading...
Searching...
No Matches
FieldTrialListBase.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
8public:
9 // member functions
10 // NOLINTBEGIN
11 MCAPI explicit FieldTrialListBase(::std::string_view);
12 // NOLINTEND
13
14public:
15 // constructor thunks
16 // NOLINTBEGIN
17 MCAPI void* $ctor(::std::string_view);
18 // NOLINTEND
19
20public:
21 // vftables
22 // NOLINTBEGIN
23 MCAPI static void** $vftable();
24 // NOLINTEND
25};
26
27} // namespace webrtc
Definition FieldTrialListBase.h:7