chromium/base/containers/vector_buffer_unittest.cc

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

#include "base/containers/vector_buffer.h"

#include "base/compiler_specific.h"
#include "base/memory/raw_ptr.h"
#include "base/test/bind.h"
#include "base/test/copy_only_int.h"
#include "base/test/move_only_int.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace base::internal {

namespace {

class TRIVIAL_ABI TrivialAbiWithCountingOperations {};

}  // namespace

TEST(VectorBuffer, DeletePOD) {}

TEST(VectorBuffer, DeleteMoveOnly) {}

TEST(VectorBuffer, PODMove) {}

TEST(VectorBuffer, MovableMove) {}

TEST(VectorBuffer, CopyToMove) {}

TEST(VectorBuffer, TrivialAbiMove) {}

}  // namespace base::internal