Searched refs:includeFirstKey (Results 1 – 1 of 1) sorted by relevance
| /rocksdb-6.9/table/block_based/ |
| D | block_test.cc | 505 bool includeFirstKey() const { return std::get<1>(GetParam()); } in includeFirstKey() function in ROCKSDB_NAMESPACE::IndexBlockTest 552 entry.EncodeTo(&encoded_entry, includeFirstKey(), nullptr); in TEST_P() 554 entry.EncodeTo(&delta_encoded_entry, includeFirstKey(), in TEST_P() 578 kNullIter, kNullStats, kTotalOrderSeek, includeFirstKey(), kIncludesSeq, in TEST_P() 590 EXPECT_EQ(includeFirstKey() ? first_keys[index] : "", in TEST_P() 600 kNullStats, kTotalOrderSeek, includeFirstKey(), in TEST_P() 614 EXPECT_EQ(includeFirstKey() ? first_keys[index] : "", in TEST_P()
|