mirror of
https://github.com/google/leveldb.git
synced 2026-08-22 10:53:27 +08:00
Internal change.
PiperOrigin-RevId: 282373286
This commit is contained in:
committed by
Victor Costan
parent
db8352187b
commit
583a42b596
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file. See the AUTHORS file for names of contributors.
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "db/db_impl.h"
|
||||
#include "leveldb/cache.h"
|
||||
#include "leveldb/db.h"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "db/db_impl.h"
|
||||
#include "db/filename.h"
|
||||
#include "db/log_format.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <atomic>
|
||||
#include <string>
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "db/db_impl.h"
|
||||
#include "db/filename.h"
|
||||
#include "db/version_set.h"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "db/dbformat.h"
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "util/logging.h"
|
||||
|
||||
namespace leveldb {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include <map>
|
||||
#include <set>
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "db/db_impl.h"
|
||||
#include "db/filename.h"
|
||||
#include "db/log_format.h"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "db/filename.h"
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "db/dbformat.h"
|
||||
#include "port/port.h"
|
||||
#include "util/logging.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file. See the AUTHORS file for names of contributors.
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "db/log_reader.h"
|
||||
#include "db/log_writer.h"
|
||||
#include "leveldb/env.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file. See the AUTHORS file for names of contributors.
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "db/db_impl.h"
|
||||
#include "db/filename.h"
|
||||
#include "db/version_set.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <atomic>
|
||||
#include <set>
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "leveldb/env.h"
|
||||
#include "port/port.h"
|
||||
#include "port/thread_annotations.h"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "db/version_edit.h"
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
namespace leveldb {
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "db/version_set.h"
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "util/logging.h"
|
||||
#include "util/testutil.h"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file. See the AUTHORS file for names of contributors.
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "db/memtable.h"
|
||||
#include "db/write_batch_internal.h"
|
||||
#include "leveldb/db.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "db/db_impl.h"
|
||||
#include "leveldb/db.h"
|
||||
#include "leveldb/env.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "leveldb/db.h"
|
||||
#include "leveldb/write_batch.h"
|
||||
#include "util/testutil.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
// to forward, the current key can be yielded unexpectedly if a new
|
||||
// mutation has been added just before the current key.
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "leveldb/db.h"
|
||||
#include "util/testutil.h"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "leveldb/db.h"
|
||||
#include "leveldb/write_batch.h"
|
||||
#include "util/testutil.h"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "table/filter_block.h"
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "leveldb/filter_policy.h"
|
||||
#include "util/coding.h"
|
||||
#include "util/hash.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "db/dbformat.h"
|
||||
#include "db/memtable.h"
|
||||
#include "db/write_batch_internal.h"
|
||||
|
||||
1
third_party/googletest
vendored
1
third_party/googletest
vendored
Submodule third_party/googletest deleted from c27acebba3
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "util/arena.h"
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "util/random.h"
|
||||
|
||||
namespace leveldb {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file. See the AUTHORS file for names of contributors.
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "leveldb/filter_policy.h"
|
||||
#include "util/coding.h"
|
||||
#include "util/logging.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "util/coding.h"
|
||||
|
||||
namespace leveldb {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
namespace leveldb {
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "util/crc32c.h"
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
namespace leveldb {
|
||||
namespace crc32c {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include <unordered_set>
|
||||
#include <vector>
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "leveldb/env.h"
|
||||
#include "port/port.h"
|
||||
#include "util/env_posix_test_helper.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "port/port.h"
|
||||
#include "port/thread_annotations.h"
|
||||
#include "util/mutexlock.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file. See the AUTHORS file for names of contributors.
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "leveldb/env.h"
|
||||
#include "port/port.h"
|
||||
#include "util/env_windows_test_helper.h"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "util/hash.h"
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
namespace leveldb {
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <limits>
|
||||
#include <string>
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "leveldb/slice.h"
|
||||
|
||||
namespace leveldb {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include <cstdlib>
|
||||
#include <utility>
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
namespace leveldb {
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#include <utility>
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "leveldb/slice.h"
|
||||
|
||||
namespace leveldb {
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
#ifndef STORAGE_LEVELDB_UTIL_TESTUTIL_H_
|
||||
#define STORAGE_LEVELDB_UTIL_TESTUTIL_H_
|
||||
|
||||
#include "third_party/googletest/googlemock/include/gmock/gmock.h"
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gmock/gmock.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include "helpers/memenv/memenv.h"
|
||||
#include "leveldb/env.h"
|
||||
#include "leveldb/slice.h"
|
||||
|
||||
Reference in New Issue
Block a user