Searched refs:TEST_PreparedSectionCompletedSize (Results 1 – 4 of 4) sorted by relevance
227 size_t DBImpl::TEST_PreparedSectionCompletedSize() { in TEST_PreparedSectionCompletedSize() function in ROCKSDB_NAMESPACE::DBImpl228 return logs_with_prep_tracker_.TEST_PreparedSectionCompletedSize(); in TEST_PreparedSectionCompletedSize()
956 size_t TEST_PreparedSectionCompletedSize();
28 size_t TEST_PreparedSectionCompletedSize() { in TEST_PreparedSectionCompletedSize() function
910 ASSERT_EQ(db_impl->TEST_PreparedSectionCompletedSize(), 0); in TEST_P()