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
18MCAPI bool EqualsIgnoreCase(::std::string_view, ::std::string_view);
19
20MCAPI bool
21operator!=(::absl::InlinedVector<int, 4, ::std::allocator<int>> const&, ::absl::InlinedVector<int, 4, ::std::allocator<int>> const&);
22
23MCAPI bool
24operator!=(::absl::InlinedVector<::webrtc::DecodeTargetIndication, 10, ::std::allocator<::webrtc::DecodeTargetIndication>> const&, ::absl::InlinedVector<::webrtc::DecodeTargetIndication, 10, ::std::allocator<::webrtc::DecodeTargetIndication>> const&);
25
26MCAPI bool
27operator==(::absl::InlinedVector<::webrtc::ScalabilityMode, 34, ::std::allocator<::webrtc::ScalabilityMode>> const&, ::absl::InlinedVector<::webrtc::ScalabilityMode, 34, ::std::allocator<::webrtc::ScalabilityMode>> const&);
28
29MCAPI bool
30operator==(::absl::InlinedVector<int, 4, ::std::allocator<int>> const&, ::absl::InlinedVector<int, 4, ::std::allocator<int>> const&);
31
32MCAPI bool
33operator==(::absl::InlinedVector<::webrtc::RenderResolution, 4, ::std::allocator<::webrtc::RenderResolution>> const&, ::absl::InlinedVector<::webrtc::RenderResolution, 4, ::std::allocator<::webrtc::RenderResolution>> const&);
34
35MCAPI bool
36operator==(::absl::InlinedVector<int, 10, ::std::allocator<int>> const&, ::absl::InlinedVector<int, 10, ::std::allocator<int>> const&);
37
38MCAPI bool
39operator==(::absl::InlinedVector<::webrtc::DecodeTargetIndication, 10, ::std::allocator<::webrtc::DecodeTargetIndication>> const&, ::absl::InlinedVector<::webrtc::DecodeTargetIndication, 10, ::std::allocator<::webrtc::DecodeTargetIndication>> const&);
40// NOLINTEND
41
42} // namespace absl
Definition InlinedVector.h:8
Definition RenderResolution.h:7