| /rocksdb-6.9/util/ |
| D | heap_test.cc | 33 class HeapTest : public ::testing::TestWithParam<Params> { 108 ::testing::Values(Params(1000, 3000, 0x1b575cf05b708945)) 113 ::testing::Values(Params(100, 10, 0x5ae213f7bd5dccd0)) 118 ::testing::Values(Params(10, ULLONG_MAX, 0x3e1fa8f4d01707cf)) 123 ::testing::Values(Params(2, 5, 0x4b5e13ea988c6abc)) 128 ::testing::Values(Params(1, 3, 0x176a1019ab0b612e)) 134 ::testing::InitGoogleTest(&argc, argv); in main()
|
| D | file_reader_writer_test.cc | 19 class WritableFileWriterTest : public testing::Test {}; 232 : public testing::Test, 233 public testing::WithParamInterface<size_t> { 321 ::testing::ValuesIn(ReadaheadRandomAccessFileTest::GetReadaheadSizeList())); 324 ::testing::ValuesIn(ReadaheadRandomAccessFileTest::GetReadaheadSizeList())); 332 class ReadaheadSequentialFileTest : public testing::Test, 429 ::testing::ValuesIn(ReadaheadSequentialFileTest::GetReadaheadSizeList())); 432 ::testing::ValuesIn(ReadaheadSequentialFileTest::GetReadaheadSizeList())); 435 ::testing::ValuesIn(ReadaheadSequentialFileTest::GetReadaheadSizeList())); 438 ::testing::ValuesIn(ReadaheadSequentialFileTest::GetReadaheadSizeList())); [all …]
|
| D | slice_transform_test.cc | 21 class SliceTransformTest : public testing::Test {}; 48 class SliceTransformDBTest : public testing::Test { 151 ::testing::InitGoogleTest(&argc, argv); in main()
|
| D | filelock_test.cc | 17 class LockTest : public testing::Test { 144 ::testing::InitGoogleTest(&argc, argv); in main()
|
| D | repeatable_thread_test.cc | 14 class RepeatableThreadTest : public testing::Test { 104 ::testing::InitGoogleTest(&argc, argv); in main()
|
| /rocksdb-6.9/env/ |
| D | env_basic_test.cc | 53 class EnvBasicTestWithParam : public testing::Test, 54 public ::testing::WithParamInterface<Env*> { 85 ::testing::Values(def_env.get())); 87 ::testing::Values(def_env.get())); 91 ::testing::Values(mock_env.get())); 95 ::testing::Values(mem_env.get())); 125 ::testing::ValuesIn(GetCustomEnvs())); 128 ::testing::ValuesIn(GetCustomEnvs())); 352 ::testing::InitGoogleTest(&argc, argv); in main()
|
| D | mock_env_test.cc | 17 class MockEnvTest : public testing::Test { 83 ::testing::InitGoogleTest(&argc, argv); in main()
|
| D | env_test.cc | 82 class EnvPosixTest : public testing::Test { 95 public ::testing::WithParamInterface<std::pair<Env*, bool>> { 1940 class EnvTest : public testing::Test {}; in TEST_P() 1966 ::testing::Values(std::pair<Env*, bool>(Env::Default(), in TEST_P() 1979 ::testing::Values(std::pair<Env*, bool>(chroot_env.get(), false))); in TEST_P() 1982 ::testing::Values(std::pair<Env*, bool>(chroot_env.get(), true))); in TEST_P() 1986 : public ::testing::Test, in TEST_P() 1987 public ::testing::WithParamInterface<std::tuple<bool, bool, bool>> { in TEST_P() 2072 ::testing::Combine(::testing::Bool(), ::testing::Bool(), in TEST_P() 2073 ::testing::Bool())); in TEST_P() [all …]
|
| /rocksdb-6.9/test_util/ |
| D | testharness.cc | 17 ::testing::AssertionResult AssertStatus(const char* s_expr, const Status& s) { in AssertStatus() 19 return ::testing::AssertionSuccess(); in AssertStatus() 21 return ::testing::AssertionFailure() << s_expr << std::endl in AssertStatus()
|
| /rocksdb-6.9/db/ |
| D | db_merge_operator_test.cc | 206 public testing::WithParamInterface<bool> { 214 ::testing::Bool()); 582 public testing::WithParamInterface<std::tuple<bool, int>> { 593 ::testing::Combine(::testing::Bool(), 594 ::testing::Range(static_cast<int>(DBTestBase::kDefault), 664 ::testing::InitGoogleTest(&argc, argv); in main()
|
| D | db_with_timestamp_basic_test.cc | 422 public testing::WithParamInterface<std::tuple< 746 ::testing::Combine( 747 ::testing::Values(std::shared_ptr<const FilterPolicy>(nullptr), 750 ::testing::Values(kNoCompression, kZlibCompression, kLZ4Compression, 752 ::testing::Values(0, 1 << 14))); 756 public testing::WithParamInterface< 870 ::testing::Combine( 871 ::testing::Values( 875 ::testing::Values(std::shared_ptr<const FilterPolicy>(nullptr), 881 ::testing::Bool())); [all …]
|
| D | table_properties_collector_test.cc | 30 class TablePropertiesTest : public testing::Test, 31 public testing::WithParamInterface<bool> { 505 ::testing::Bool()); 508 ::testing::Bool()); 513 ::testing::InitGoogleTest(&argc, argv); in main()
|
| D | fault_injection_test.cc | 47 : public testing::Test, 48 public testing::WithParamInterface<std::tuple< 540 ::testing::Values(std::make_tuple(false, kDefault, kEnd), 545 ::testing::Values(std::make_tuple(false, kDefault, kSyncWal), 553 ::testing::InitGoogleTest(&argc, argv); in main()
|
| D | db_universal_compaction_test.cc | 26 public ::testing::WithParamInterface<std::tuple<int, bool>> { 752 ::testing::Combine(::testing::Values(3, 20), 753 ::testing::Bool())); 941 ::testing::Combine(::testing::Values(1, 10), 942 ::testing::Values(false))); 1841 ::testing::Combine(::testing::Values(1, 3, 5), 1842 ::testing::Bool())); 1912 ::testing::Combine(::testing::Values(1, 8), 1913 ::testing::Bool())); 2247 ::testing::InitGoogleTest(&argc, argv); in main()
|
| D | version_set_test.cc | 22 class GenerateLevelFilesBriefTest : public testing::Test { 99 class VersionStorageInfoTest : public testing::Test { 416 class FindLevelFileTest : public testing::Test { 831 public testing::Test { 1336 public testing::Test { 1400 public testing::TestWithParam< 1687 testing::Combine( 1688 /*write_dbid_to_manifest=*/testing::Bool(), 1689 /*read_only=*/testing::Bool(), 1691 testing::Values( [all …]
|
| D | comparator_db_test.cc | 255 : public testing::Test, 256 virtual public ::testing::WithParamInterface<uint32_t> { 318 testing::Values(test::kDefaultFormatVersion)); 320 testing::Values(test::kLatestFormatVersion)); 658 ::testing::InitGoogleTest(&argc, argv); in main()
|
| D | write_controller_test.cc | 15 class WriteControllerTest : public testing::Test {}; 133 ::testing::InitGoogleTest(&argc, argv); in main()
|
| /rocksdb-6.9/utilities/persistent_cache/ |
| D | hash_table_test.cc | 22 struct HashTableTest : public testing::Test { 51 struct EvictableHashTableTest : public testing::Test { 158 ::testing::InitGoogleTest(&argc, argv); in main()
|
| /rocksdb-6.9/utilities/ |
| D | env_timed_test.cc | 14 class TimedEnvTest : public testing::Test { 32 ::testing::InitGoogleTest(&argc, argv); in main()
|
| /rocksdb-6.9/logging/ |
| D | event_logger_test.cc | 13 class EventLoggerTest : public testing::Test {}; 41 ::testing::InitGoogleTest(&argc, argv); in main()
|
| /rocksdb-6.9/monitoring/ |
| D | statistics_test.cc | 15 class StatisticsTest : public testing::Test {}; 45 ::testing::InitGoogleTest(&argc, argv); in main()
|
| /rocksdb-6.9/table/block_based/ |
| D | partitioned_filter_block_test.cc | 58 : public testing::Test, 59 virtual public ::testing::WithParamInterface<uint32_t> { 294 testing::Values(test::kDefaultFormatVersion)); 296 testing::Values(test::kLatestFormatVersion)); 421 ::testing::InitGoogleTest(&argc, argv); in main()
|
| D | block_test.cc | 72 class BlockTest : public testing::Test {}; 499 : public testing::Test, 500 public testing::WithParamInterface<std::tuple<bool, bool>> { 621 ::testing::Values(std::make_tuple(false, false), 629 ::testing::InitGoogleTest(&argc, argv); in main()
|
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest-all.cc | 115 namespace testing { namespace 469 namespace testing { namespace 1214 friend class ::testing::UnitTest; 1610 namespace testing { namespace 3198 return ::testing::AssertionFailure() in HRESULTFailureHelper() 7535 namespace testing { namespace 9089 namespace testing { namespace 9483 namespace testing { namespace 10775 namespace testing { namespace 11213 namespace testing { namespace [all …]
|
| /rocksdb-6.9/build_tools/ |
| D | make_package.sh | 86 package devtoolset-1.1-gcc --enablerepo=testing-1.1-devtools-6 87 package devtoolset-1.1-gcc-c++ --enablerepo=testing-1.1-devtools-6
|