LeviLamina
Loading...
Searching...
No Matches
FieldTrialsRegistry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/webrtc/FieldTrialsView.h"
7
8namespace webrtc {
9
11public:
12 // member variables
13 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 // vIndex: 0
27 virtual ~FieldTrialsRegistry() /*override*/ = default;
28
29 // vIndex: 1
30 virtual ::std::string Lookup(::std::string_view) const /*override*/;
31
32 // vIndex: 2
33 virtual ::std::string GetValue(::std::string_view) const = 0;
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39
40 // NOLINTEND
41
42public:
43 // virtual function thunks
44 // NOLINTBEGIN
45
46 // NOLINTEND
47};
48
49} // namespace webrtc
Definition FieldTrialsRegistry.h:10
Definition FieldTrialsView.h:7
Definition Alias.h:14