Searched refs:AppendKey (Results 1 – 3 of 3) sorted by relevance
47 IOStatus AppendKey(const Slice& key, WritableFileWriter* file,
148 io_status_ = encoder_.AppendKey(key, file_, &offset_, meta_bytes_buf, in Add()
83 IOStatus PlainTableKeyEncoder::AppendKey(const Slice& key, in AppendKey() function in ROCKSDB_NAMESPACE::PlainTableKeyEncoder