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, ::std::string_view);
19
20MCNAPI bool operator!=(
21 ::absl::InlinedVector<int, 4, ::std::allocator<int>> const&,
22 ::absl::InlinedVector<int, 4, ::std::allocator<int>> const&
23);
24
25MCNAPI bool operator!=(
26 ::absl::
27 InlinedVector<::webrtc::DecodeTargetIndication, 10, ::std::allocator<::webrtc::DecodeTargetIndication>> const&,
28 ::absl::
29 InlinedVector<::webrtc::DecodeTargetIndication, 10, ::std::allocator<::webrtc::DecodeTargetIndication>> const&
30);
31
32MCNAPI bool operator==(
33 ::absl::InlinedVector<::webrtc::ScalabilityMode, 34, ::std::allocator<::webrtc::ScalabilityMode>> const&,
34 ::absl::InlinedVector<::webrtc::ScalabilityMode, 34, ::std::allocator<::webrtc::ScalabilityMode>> const&
35);
36
37MCNAPI bool operator==(
38 ::absl::InlinedVector<int, 4, ::std::allocator<int>> const&,
39 ::absl::InlinedVector<int, 4, ::std::allocator<int>> const&
40);
41
42MCNAPI bool operator==(
43 ::absl::InlinedVector<::webrtc::RenderResolution, 4, ::std::allocator<::webrtc::RenderResolution>> const&,
44 ::absl::InlinedVector<::webrtc::RenderResolution, 4, ::std::allocator<::webrtc::RenderResolution>> const&
45);
46
47MCNAPI bool operator==(
48 ::absl::InlinedVector<int, 10, ::std::allocator<int>> const&,
49 ::absl::InlinedVector<int, 10, ::std::allocator<int>> const&
50);
51
52MCNAPI bool operator==(
53 ::absl::
54 InlinedVector<::webrtc::DecodeTargetIndication, 10, ::std::allocator<::webrtc::DecodeTargetIndication>> const&,
55 ::absl::
56 InlinedVector<::webrtc::DecodeTargetIndication, 10, ::std::allocator<::webrtc::DecodeTargetIndication>> const&
57);
58// NOLINTEND
59
60} // namespace absl
Definition InlinedVector.h:8
Definition RenderResolution.h:7