Searched refs:self_space_ (Results 1 – 2 of 2) sorted by relevance
226 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 =()
147 PinnableSlice() { buf_ = &self_space_; } in PinnableSlice()224 std::string self_space_; variable