chromium/base/memory/ref_counted_memory_unittest.cc

// Copyright 2011 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifdef UNSAFE_BUFFERS_BUILD
// TODO(crbug.com/40284755): Remove this and spanify to fix the errors.
#pragma allow_unsafe_buffers
#endif

#include "base/memory/ref_counted_memory.h"

#include <stdint.h>

#include <utility>

#include "base/containers/span.h"
#include "base/memory/read_only_shared_memory_region.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

ElementsAre;

namespace base {

TEST(RefCountedMemoryUnitTest, RefCountedStaticMemory) {}

TEST(RefCountedMemoryUnitTest, RefCountedBytes) {}

TEST(RefCountedMemoryUnitTest, RefCountedBytesMutable) {}

TEST(RefCountedMemoryUnitTest, RefCountedString) {}

TEST(RefCountedMemoryUnitTest, Equals) {}

TEST(RefCountedMemoryUnitTest, EqualsNull) {}

}  //  namespace base