LeviLamina
Loading...
Searching...
No Matches
FieldTrialBasedConfig.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/FieldTrialsRegistry.h"
7
8namespace webrtc {
9
11public:
12 // virtual functions
13 // NOLINTBEGIN
14 virtual ::std::string GetValue(::std::string_view key) const /*override*/;
15
16 virtual ~FieldTrialBasedConfig() /*override*/;
17 // NOLINTEND
18
19public:
20 // destructor thunk
21 // NOLINTBEGIN
22 MCNAPI void $dtor();
23 // NOLINTEND
24
25public:
26 // virtual function thunks
27 // NOLINTBEGIN
28 MCNAPI ::std::string $GetValue(::std::string_view key) const;
29
30
31 // NOLINTEND
32
33public:
34 // vftables
35 // NOLINTBEGIN
36 MCNAPI static void** $vftable();
37 // NOLINTEND
38};
39
40} // namespace webrtc
Definition FieldTrialBasedConfig.h:10
static MCAPI void ** $vftable()
MCAPI::std::string $GetValue(::std::string_view key) const
Definition FieldTrialsRegistry.h:10