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 functions
13 // NOLINTBEGIN
14 MCNAPI ::absl::InlinedVector<int, 4, ::std::allocator<int>> ChainDiffs(int64) const;
15
16 MCNAPI ::absl::InlinedVector<int, 4, ::std::allocator<int>> From(int64, ::std::vector<bool> const&);
17
18 MCNAPI void Reset(::std::vector<bool> const&);
19
21 // NOLINTEND
22
23public:
24 // destructor thunk
25 // NOLINTBEGIN
26 MCNAPI void $dtor();
27 // NOLINTEND
28};
29
30} // namespace webrtc
Definition ChainDiffCalculator.h:10
MCAPI ::absl::InlinedVector< int, 4, ::std::allocator< int > > ChainDiffs(int64) const
MCAPI ::absl::InlinedVector< int, 4, ::std::allocator< int > > From(int64, ::std::vector< bool > const &)
MCAPI void Reset(::std::vector< bool > const &)