Lines Matching refs:__ptr_
101 __node_pointer_type __ptr_ = nullptr;
107 __ptr_ = nullptr;
114 if (__ptr_ != nullptr)
120 __alloc, true)(__ptr_);
121 __ptr_ = nullptr;
128 : __ptr_(__ptr), __alloc_(__alloc)
138 : __ptr_(__other.__ptr_),
141 __other.__ptr_ = nullptr;
156 __ptr_ = __other.__ptr_;
162 __other.__ptr_ = nullptr;
172 explicit operator bool() const { return __ptr_ != nullptr; }
175 bool empty() const { return __ptr_ == nullptr; }
183 swap(__ptr_, __other.__ptr_);
208 return static_cast<_Derived const*>(this)->__ptr_->__value_;
222 __ptr_->__value_.__ref().first;
229 __ptr_->__value_.__ref().second;