Lines Matching refs:SliceParts
18 const SliceParts& key, const SliceParts& value) { in Put()
26 Status WriteBatchBase::Put(const SliceParts& key, const SliceParts& value) { in Put()
35 const SliceParts& key) { in Delete()
41 Status WriteBatchBase::Delete(const SliceParts& key) { in Delete()
48 const SliceParts& key) { in SingleDelete()
54 Status WriteBatchBase::SingleDelete(const SliceParts& key) { in SingleDelete()
61 const SliceParts& begin_key, in DeleteRange()
62 const SliceParts& end_key) { in DeleteRange()
69 Status WriteBatchBase::DeleteRange(const SliceParts& begin_key, in DeleteRange()
70 const SliceParts& end_key) { in DeleteRange()
78 const SliceParts& key, const SliceParts& value) { in Merge()
86 Status WriteBatchBase::Merge(const SliceParts& key, const SliceParts& value) { in Merge()