Home
last modified time | relevance | path

Searched refs:TEST_LogsWithPrepSize (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/db/db_impl/
Ddb_impl_debug.cc231 size_t DBImpl::TEST_LogsWithPrepSize() { in TEST_LogsWithPrepSize() function in ROCKSDB_NAMESPACE::DBImpl
232 return logs_with_prep_tracker_.TEST_LogsWithPrepSize(); in TEST_LogsWithPrepSize()
Ddb_impl.h957 size_t TEST_LogsWithPrepSize();
/rocksdb-6.9/db/
Dlogs_with_prep_tracker.h31 size_t TEST_LogsWithPrepSize() { return logs_with_prep_.size(); } in TEST_LogsWithPrepSize() function
/rocksdb-6.9/utilities/transactions/
Dtransaction_test.cc911 ASSERT_EQ(db_impl->TEST_LogsWithPrepSize(), 0); in TEST_P()