Lines Matching refs:key_
338 key_(buf_), in IterKey()
352 Slice GetKey() const { return Slice(key_, key_size_); } in GetKey()
356 return Slice(key_, key_size_); in GetInternalKey()
361 return Slice(key_, key_size_); in GetUserKey()
364 return Slice(key_, key_size_ - 8); in GetUserKey()
384 memcpy(buf_, key_, shared_len); in TrimAppend()
388 memcpy(p, key_, shared_len); in TrimAppend()
399 key_ = buf_; in TrimAppend()
424 ikey->user_key = Slice(key_, key_n - 8); in SetInternalKey()
425 return Slice(key_, key_n); in SetInternalKey()
433 memcpy(buf_, key_, key_size_); in OwnKey()
434 key_ = buf_; in OwnKey()
446 bool IsKeyPinned() const { return (key_ != buf_); } in IsKeyPinned()
466 key_ = buf_;
497 key_ = buf_; in EncodeLengthPrefixedKey()
505 const char* key_; variable
517 key_ = buf_; in SetKeyImpl()
520 key_ = key.data(); in SetKeyImpl()
523 return Slice(key_, key_size_); in SetKeyImpl()