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
virtual
~FieldTrialsView
() =
default
;
12
13
virtual ::std::string Lookup(::std::string_view)
const
= 0;
14
// NOLINTEND
15
16
public
:
17
// member functions
18
// NOLINTBEGIN
19
MCNAPI
bool
IsDisabled
(::std::string_view key)
const
;
20
21
MCNAPI
bool
IsEnabled
(::std::string_view key)
const
;
22
// NOLINTEND
23
24
public
:
25
// virtual function thunks
26
// NOLINTBEGIN
27
28
// NOLINTEND
29
};
30
31
}
// namespace webrtc
webrtc::FieldTrialsView
Definition
FieldTrialsView.h:7
webrtc::FieldTrialsView::IsEnabled
MCAPI bool IsEnabled(::std::string_view key) const
webrtc::FieldTrialsView::IsDisabled
MCAPI bool IsDisabled(::std::string_view key) const
src
mc
external
webrtc
FieldTrialsView.h
Generated on
for LeviLamina by
1.16.1