Home
last modified time | relevance | path

Searched refs:have_first_key (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/table/
Dformat.cc93 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()
Dformat.h96 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/
Dblock.h213 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()
Dblock.cc963 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()