LeviLamina
Loading...
Searching...
No Matches
FieldTrialsView.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
webrtc {
6
7
class
FieldTrialsView
{
8
public
:
9
// virtual functions
10
// NOLINTBEGIN
11
// vIndex: 0
12
virtual
~FieldTrialsView
() =
default
;
13
14
// vIndex: 1
15
virtual ::std::string Lookup(::std::string_view)
const
= 0;
16
// NOLINTEND
17
18
public
:
19
// member functions
20
// NOLINTBEGIN
21
MCAPI
bool
IsDisabled(::std::string_view)
const
;
22
23
MCAPI
bool
IsEnabled(::std::string_view)
const
;
24
// NOLINTEND
25
26
public
:
27
// destructor thunk
28
// NOLINTBEGIN
29
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
36
// NOLINTEND
37
};
38
39
}
// namespace webrtc
webrtc::FieldTrialsView
Definition
FieldTrialsView.h:7
src
mc
external
webrtc
FieldTrialsView.h
Generated on Sat Apr 26 2025 05:55:42 for LeviLamina by
1.12.0