Searched refs:TEST_CompactRange (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_test.cc626 dbfull()->TEST_CompactRange(1, NULL, NULL);
963 dbfull()->TEST_CompactRange(0, NULL, NULL);
1014 dbfull()->TEST_CompactRange(0, NULL, NULL);
1025 dbfull()->TEST_CompactRange(0, NULL, NULL);
1027 dbfull()->TEST_CompactRange(1, NULL, NULL);
1083 dbfull()->TEST_CompactRange(0, &cstart, &cend);
1125 dbfull()->TEST_CompactRange(0, NULL, NULL);
1201 dbfull()->TEST_CompactRange(0, NULL, &x);
1205 dbfull()->TEST_CompactRange(1, NULL, &x);
1231 dbfull()->TEST_CompactRange(las
[all...]
H A Dcorruption_test.cc232 dbi->TEST_CompactRange(0, NULL, NULL);
233 dbi->TEST_CompactRange(1, NULL, NULL);
281 dbi->TEST_CompactRange(0, NULL, NULL);
H A Ddb_impl.h48 void TEST_CompactRange(int level, const Slice* begin, const Slice* end);
H A Ddb_impl.cc543 TEST_CompactRange(level, begin, end);
547 void DBImpl::TEST_CompactRange(int level, const Slice* begin,const Slice* end) { function in class:leveldb::DBImpl

Completed in 89 milliseconds