Home
last modified time | relevance | path

Searched refs:kMaxBlockSizeSupportedByHashIndex (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/table/block_based/
Ddata_block_hash_index.h70 const size_t kMaxBlockSizeSupportedByHashIndex = 1u << 16; variable
Ddata_block_hash_index.cc66 assert(buffer.size() <= kMaxBlockSizeSupportedByHashIndex); in Finish()
Dblock_builder.cc122 CurrentSizeEstimate() <= kMaxBlockSizeSupportedByHashIndex) { in Finish()
Dblock.cc831 if (size_ > kMaxBlockSizeSupportedByHashIndex) { in NumRestarts()
851 if (size_ > kMaxBlockSizeSupportedByHashIndex) { in IndexType()
Ddata_block_hash_index_test.cc334 ASSERT_LE(rawblock.size(), kMaxBlockSizeSupportedByHashIndex); in TEST()
358 ASSERT_LE(rawblock.size(), kMaxBlockSizeSupportedByHashIndex); in TEST()