Searched refs:TEST_LogsWithPrepSize (Results 1 – 4 of 4) sorted by relevance
231 size_t DBImpl::TEST_LogsWithPrepSize() { in TEST_LogsWithPrepSize() function in ROCKSDB_NAMESPACE::DBImpl232 return logs_with_prep_tracker_.TEST_LogsWithPrepSize(); in TEST_LogsWithPrepSize()
957 size_t TEST_LogsWithPrepSize();
31 size_t TEST_LogsWithPrepSize() { return logs_with_prep_.size(); } in TEST_LogsWithPrepSize() function
911 ASSERT_EQ(db_impl->TEST_LogsWithPrepSize(), 0); in TEST_P()