LeviLamina
Loading...
Searching...
No Matches
ChainDiffCalculator.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/absl/InlinedVector.h"
7
8namespace webrtc {
9
11public:
12 // member variables
13 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCNAPI ::absl::InlinedVector<int, 4, ::std::allocator<int>> ChainDiffs(int64 frame_id) const;
27
28 MCNAPI ::absl::InlinedVector<int, 4, ::std::allocator<int>> From(int64 frame_id, ::std::vector<bool> const& chains);
29
30 MCNAPI void Reset(::std::vector<bool> const& chains);
31
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38 MCNAPI void $dtor();
39 // NOLINTEND
40};
41
42} // namespace webrtc
Definition ChainDiffCalculator.h:10
MCAPI void Reset(::std::vector< bool > const &chains)
MCAPI ::absl::InlinedVector< int, 4, ::std::allocator< int > > From(int64 frame_id, ::std::vector< bool > const &chains)
MCAPI ::absl::InlinedVector< int, 4, ::std::allocator< int > > ChainDiffs(int64 frame_id) const
Definition Alias.h:14