Home
last modified time | relevance | path

Searched refs:table_size (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/table/cuckoo/
Dcuckoo_table_builder_test.cc84 const uint64_t table_size = in CheckFileContents() local
87 ASSERT_EQ(expected_table_size, table_size); in CheckFileContents()
114 for (uint32_t i = 0; i < table_size + cuckoo_block_size - 1; ++i) { in CheckFileContents()
Dcuckoo_table_reader_test.cc492 const uint64_t table_size = *reinterpret_cast<const uint64_t*>( in ReadKeys() local
495 " hash functions: %u.\n", num, num * 100.0 / (table_size), num_hash_fun); in ReadKeys()
/rocksdb-6.9/table/
Dtable_test.cc4454 size_t table_size = table_sink->contents().size(); in TEST_P() local
4459 nullptr /* prefetch_buffer */, table_size, in TEST_P()