Searched refs:key_prefix_slice (Results 1 – 3 of 3) sorted by relevance
68 void PlainTableIndexBuilder::AddKeyPrefix(Slice key_prefix_slice, in AddKeyPrefix() argument70 if (is_first_record_ || prev_key_prefix_ != key_prefix_slice.ToString()) { in AddKeyPrefix()76 prev_key_prefix_ = key_prefix_slice.ToString(); in AddKeyPrefix()77 prev_key_prefix_hash_ = GetSliceHash(key_prefix_slice); in AddKeyPrefix()
227 Slice key_prefix_slice; in PopulateIndexRecordList() local240 key_prefix_slice = GetPrefix(key); in PopulateIndexRecordList()244 if (is_first_record || prev_key_prefix_slice != key_prefix_slice) { in PopulateIndexRecordList()249 prev_key_prefix_slice = key_prefix_slice; in PopulateIndexRecordList()251 prev_key_prefix_buf = key_prefix_slice.ToString(); in PopulateIndexRecordList()266 prefix_hashes->push_back(GetSliceHash(key_prefix_slice)); in PopulateIndexRecordList()
153 void AddKeyPrefix(Slice key_prefix_slice, uint32_t key_offset);