Home
last modified time | relevance | path

Searched refs:self_space_ (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/util/
Dslice.cc226 if (other.buf_ == &other.self_space_) { in operator =()
227 self_space_ = std::move(other.self_space_); in operator =()
228 buf_ = &self_space_; in operator =()
235 other.self_space_.clear(); in operator =()
236 other.buf_ = &other.self_space_; in operator =()
/rocksdb-6.9/include/rocksdb/
Dslice.h147 PinnableSlice() { buf_ = &self_space_; } in PinnableSlice()
224 std::string self_space_; variable