#ifdef UNSAFE_BUFFERS_BUILD
#pragma allow_unsafe_buffers
#endif
#include "base/base64.h"
#include <string_view>
#include "base/numerics/checked_math.h"
#include "base/strings/escape.h"
#include "base/test/gtest_util.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/modp_b64/modp_b64.h"
namespace base {
TEST(Base64Test, Basic) { … }
TEST(Base64Test, Forgiving) { … }
TEST(Base64Test, Binary) { … }
TEST(Base64Test, InPlace) { … }
TEST(Base64Test, Overflow) { … }
}