3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/absl/InlinedVector.h"
11MCNAPI ::std::string Base64Escape(::std::string_view src);
13MCNAPI
bool Base64Unescape(::std::string_view src, ::std::string* dest);
15MCNAPI
bool EqualsIgnoreCase(::std::string_view piece1, ::std::string_view piece2);
17MCNAPI
bool StartsWithIgnoreCase(::std::string_view text, ::std::string_view prefix);
19MCNAPI
bool operator==(
20 ::absl::InlinedVector<
int, 4, ::std::allocator<int>>
const& a,
21 ::absl::InlinedVector<
int, 4, ::std::allocator<int>>
const& b