Lines Matching refs:__base
1702 typedef __packaged_task_base<_Rp(_ArgTypes...)> __base;
1705 __base* __get_buf() { return (__base*)&__buf_; }
1708 __base* __f_;
1743 __f_ = (__base*)&__buf_;
1762 __f_ = (__base*)&__buf_;
1769 unique_ptr<__base, _Dp> __hold(__a.allocate(1), _Dp(__a, 1));
1785 __f_ = (__base*)&__buf_;
1793 unique_ptr<__base, _Dp> __hold(__a.allocate(1), _Dp(__a, 1));
1838 if (__f_ == (__base*)&__buf_ && __f.__f_ == (__base*)&__f.__buf_)
1841 __base* __t = (__base*)&__tempbuf;
1845 __f.__f_->__move_to((__base*)&__buf_);
1848 __f_ = (__base*)&__buf_;
1849 __t->__move_to((__base*)&__f.__buf_);
1851 __f.__f_ = (__base*)&__f.__buf_;
1853 else if (__f_ == (__base*)&__buf_)
1855 __f_->__move_to((__base*)&__f.__buf_);
1858 __f.__f_ = (__base*)&__f.__buf_;
1860 else if (__f.__f_ == (__base*)&__f.__buf_)
1862 __f.__f_->__move_to((__base*)&__buf_);
1865 __f_ = (__base*)&__buf_;