LeviLamina
Loading...
Searching...
No Matches
FieldTrialsView.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
8public:
9 // virtual functions
10 // NOLINTBEGIN
11 virtual ~FieldTrialsView() = default;
12
13 virtual ::std::string Lookup(::std::string_view) const = 0;
14 // NOLINTEND
15
16public:
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
24public:
25 // virtual function thunks
26 // NOLINTBEGIN
27
28 // NOLINTEND
29};
30
31} // namespace webrtc
Definition FieldTrialsView.h:7
MCAPI bool IsEnabled(::std::string_view key) const
MCAPI bool IsDisabled(::std::string_view key) const