Lines Matching refs:__base
1702 typedef __packaged_task_base<_Rp(_ArgTypes...)> __base;
1705 __base* __get_buf() { return (__base*)&__buf_; }
1710 __base* __f_;
1745 __f_ = (__base*)&__buf_;
1764 __f_ = (__base*)&__buf_;
1771 unique_ptr<__base, _Dp> __hold(__a.allocate(1), _Dp(__a, 1));
1787 __f_ = (__base*)&__buf_;
1795 unique_ptr<__base, _Dp> __hold(__a.allocate(1), _Dp(__a, 1));
1840 if (__f_ == (__base*)&__buf_ && __f.__f_ == (__base*)&__f.__buf_)
1845 __base* __t = (__base*)&__tempbuf;
1849 __f.__f_->__move_to((__base*)&__buf_);
1852 __f_ = (__base*)&__buf_;
1853 __t->__move_to((__base*)&__f.__buf_);
1855 __f.__f_ = (__base*)&__f.__buf_;
1857 else if (__f_ == (__base*)&__buf_)
1859 __f_->__move_to((__base*)&__f.__buf_);
1862 __f.__f_ = (__base*)&__f.__buf_;
1864 else if (__f.__f_ == (__base*)&__f.__buf_)
1866 __f.__f_->__move_to((__base*)&__buf_);
1869 __f_ = (__base*)&__buf_;