LeviLamina
Loading...
Searching...
No Matches
absl.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/external/absl/InlinedVector.h"
7#include "mc/external/webrtc/DecodeTargetIndication.h"
8#include "mc/external/webrtc/ScalabilityMode.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace webrtc { class RenderResolution; }
13// clang-format on
14
15namespace absl {
16// functions
17// NOLINTBEGIN
18MCNAPI bool EqualsIgnoreCase(::std::string_view piece1, ::std::string_view piece2);
19
20MCNAPI bool operator!=(
21 ::absl::InlinedVector<int, 4, ::std::allocator<int>> const& a,
22 ::absl::InlinedVector<int, 4, ::std::allocator<int>> const& b
23);
24
25MCNAPI bool operator!=(
26 ::absl::
27 InlinedVector<::webrtc::DecodeTargetIndication, 10, ::std::allocator<::webrtc::DecodeTargetIndication>> const&
28 a,
29 ::absl::
30 InlinedVector<::webrtc::DecodeTargetIndication, 10, ::std::allocator<::webrtc::DecodeTargetIndication>> const& b
31);
32
33MCNAPI bool operator==(
34 ::absl::InlinedVector<::webrtc::ScalabilityMode, 34, ::std::allocator<::webrtc::ScalabilityMode>> const& a,
35 ::absl::InlinedVector<::webrtc::ScalabilityMode, 34, ::std::allocator<::webrtc::ScalabilityMode>> const& b
36);
37
38MCNAPI bool operator==(
39 ::absl::InlinedVector<int, 4, ::std::allocator<int>> const& a,
40 ::absl::InlinedVector<int, 4, ::std::allocator<int>> const& b
41);
42
43MCNAPI bool operator==(
44 ::absl::InlinedVector<::webrtc::RenderResolution, 4, ::std::allocator<::webrtc::RenderResolution>> const& a,
45 ::absl::InlinedVector<::webrtc::RenderResolution, 4, ::std::allocator<::webrtc::RenderResolution>> const& b
46);
47
48MCNAPI bool operator==(
49 ::absl::InlinedVector<int, 10, ::std::allocator<int>> const& a,
50 ::absl::InlinedVector<int, 10, ::std::allocator<int>> const& b
51);
52
53MCNAPI bool operator==(
54 ::absl::
55 InlinedVector<::webrtc::DecodeTargetIndication, 10, ::std::allocator<::webrtc::DecodeTargetIndication>> const&
56 a,
57 ::absl::
58 InlinedVector<::webrtc::DecodeTargetIndication, 10, ::std::allocator<::webrtc::DecodeTargetIndication>> const& b
59);
60// NOLINTEND
61
62} // namespace absl
Definition InlinedVector.h:8
Definition RenderResolution.h:7