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
MCNAPI
bool
IsDisabled
(::std::string_view)
const
;
22
23
MCNAPI
bool
IsEnabled
(::std::string_view)
const
;
24
// NOLINTEND
25
26
public
:
27
// virtual function thunks
28
// NOLINTBEGIN
29
30
// NOLINTEND
31
};
32
33
}
// namespace webrtc
webrtc::FieldTrialsView
Definition
FieldTrialsView.h:7
webrtc::FieldTrialsView::IsEnabled
MCAPI bool IsEnabled(::std::string_view) const
webrtc::FieldTrialsView::IsDisabled
MCAPI bool IsDisabled(::std::string_view) const
src
mc
external
webrtc
FieldTrialsView.h
Generated on Fri Jun 13 2025 05:04:39 for LeviLamina by
1.12.0