Searched refs:have_first_key (Results 1 – 4 of 4) sorted by relevance
| /rocksdb-6.9/table/ |
| D | format.cc | 93 void IndexValue::EncodeTo(std::string* dst, bool have_first_key, in EncodeTo() argument 104 if (have_first_key) { in EncodeTo() 109 Status IndexValue::DecodeFrom(Slice* input, bool have_first_key, in DecodeFrom() argument 126 if (!have_first_key) { in DecodeFrom() 135 std::string IndexValue::ToString(bool hex, bool have_first_key) const { in ToString() 137 EncodeTo(&s, have_first_key, nullptr); in ToString()
|
| D | format.h | 96 void EncodeTo(std::string* dst, bool have_first_key, 98 Status DecodeFrom(Slice* input, bool have_first_key, 101 std::string ToString(bool hex, bool have_first_key) const;
|
| /rocksdb-6.9/table/block_based/ |
| D | block.h | 213 bool total_order_seek, bool have_first_key, 498 bool have_first_key, bool key_includes_seq, in Initialize() argument 507 have_first_key_ = have_first_key; in Initialize()
|
| D | block.cc | 963 bool have_first_key, bool key_includes_seq, bool value_is_full, in NewIndexIterator() argument 983 global_seqno, prefix_index_ptr, have_first_key, in NewIndexIterator()
|