Home
last modified time | relevance | path

Searched refs:AppendKey (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/table/plain/
Dplain_table_key_coding.h47 IOStatus AppendKey(const Slice& key, WritableFileWriter* file,
Dplain_table_builder.cc148 io_status_ = encoder_.AppendKey(key, file_, &offset_, meta_bytes_buf, in Add()
Dplain_table_key_coding.cc83 IOStatus PlainTableKeyEncoder::AppendKey(const Slice& key, in AppendKey() function in ROCKSDB_NAMESPACE::PlainTableKeyEncoder