Lines Matching refs:Slice
47 Slice file_data;
89 void Prepare(const Slice& target) override;
91 Status Get(const ReadOptions& readOptions, const Slice& key,
95 uint64_t ApproximateOffsetOf(const Slice& key,
98 uint64_t ApproximateSize(const Slice& start, const Slice& end,
180 Slice GetPrefix(const Slice& target) const { in GetPrefix()
185 Slice GetPrefix(const ParsedInternalKey& target) const { in GetPrefix()
189 Slice GetUserKey(const Slice& key) const { in GetUserKey()
190 return Slice(key.data(), key.size() - 8); in GetUserKey()
193 Slice GetPrefixFromUserKey(const Slice& user_key) const { in GetPrefixFromUserKey()
201 return Slice(); in GetPrefixFromUserKey()
230 ParsedInternalKey* parsed_key, Slice* internal_key, Slice* value,
235 Status GetOffset(PlainTableKeyDecoder* decoder, const Slice& target,
236 const Slice& prefix, uint32_t prefix_hash,