Searched refs:non_shared (Results 1 – 3 of 3) sorted by relevance
| /rocksdb-6.9/table/block_based/ |
| D | block.cc | 119 if ((*shared | *non_shared) < 128) { in operator ()() 516 uint32_t shared, non_shared, value_length; in ParseNextDataKey() local 529 key_.TrimAppend(shared, p, non_shared); in ParseNextDataKey() 583 uint32_t shared, non_shared, value_length; in ParseNextIndexKey() local 601 key_.TrimAppend(shared, p, non_shared); in ParseNextIndexKey() 674 uint32_t shared, non_shared; in BinarySeek() local 681 Slice mid_key(key_ptr, non_shared); in BinarySeek() 704 uint32_t shared, non_shared; in CompareBlockKey() local 708 &non_shared) in CompareBlockKey() 710 &non_shared); in CompareBlockKey() [all …]
|
| D | block_builder.cc | 162 const size_t non_shared = key.size() - shared; in Add() local 168 static_cast<uint32_t>(non_shared)); in Add() 172 static_cast<uint32_t>(non_shared), in Add() 177 buffer_.append(key.data() + shared, non_shared); in Add()
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2019-03-08-format-version-4.markdown | 27 …ock. The format of each key is (shared_size, non_shared_size, shared, non_shared). The format of …
|