Home | History | Annotate | Download | only in bits

Lines Matching defs:move

166 	: __shared_ptr<_Tp>(__p, __d, std::move(__a)) { }
185 : __shared_ptr<_Tp>(__p, __d, std::move(__a)) { }
222 * @brief Move-constructs a %shared_ptr instance from @a __r.
227 : __shared_ptr<_Tp>(std::move(__r)) { }
230 * @brief Move-constructs a %shared_ptr instance from @a __r.
237 : __shared_ptr<_Tp>(std::move(__r)) { }
258 : __shared_ptr<_Tp>(std::move(__r)) { }
283 this->__shared_ptr<_Tp>::operator=(std::move(__r));
291 this->__shared_ptr<_Tp>::operator=(std::move(__r));
299 this->__shared_ptr<_Tp>::operator=(std::move(__r));
307 this->__shared_ptr<_Tp>::operator=(std::move(__r));