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
8namespace absl {
9// functions
10// NOLINTBEGIN
11MCNAPI ::std::string Base64Escape(::std::string_view src);
12
13MCNAPI bool Base64Unescape(::std::string_view src, ::std::string* dest);
14
15MCNAPI bool EqualsIgnoreCase(::std::string_view piece1, ::std::string_view piece2);
16
17MCNAPI bool StartsWithIgnoreCase(::std::string_view text, ::std::string_view prefix);
18
19MCNAPI bool operator==(
20 ::absl::InlinedVector<int, 4, ::std::allocator<int>> const& a,
21 ::absl::InlinedVector<int, 4, ::std::allocator<int>> const& b
22);
23// NOLINTEND
24
25} // namespace absl