Home | History | Annotate | Download | only in include

Lines Matching full:__end_

513     __node_base __end_;
542 return iterator(__end_.__next_, this);
544 return iterator(__end_.__next_);
551 return const_iterator(__end_.__next_, this);
553 return const_iterator(__end_.__next_);
560 return iterator(static_cast<__node_pointer>(&__end_), this);
562 return iterator(static_cast<__node_pointer>(&__end_));
569 return const_iterator(static_cast<__node_const_pointer>(&__end_), this);
571 return const_iterator(static_cast<__node_const_pointer>(&__end_));
678 __node_pointer __f = __end_.__next_;
679 __node_pointer __l = static_cast<__node_pointer>(&__end_);
720 swap(__end_, __c.__end_);
722 __end_.__next_ = __end_.__prev_ = &static_cast<__node&>(__end_);
724 __end_.__prev_->__next_ = __end_.__next_->__prev_
725 = &static_cast<__node&>(__end_);
727 __c.__end_.__next_ = __c.__end_.__prev_
728 = &static_cast<__node&>(__c.__end_);
730 __c.__end_.__prev_->__next_ = __c.__end_.__next_->__prev_
731 = &static_cast<__node&>(__c.__end_);
743 if (__i->__ptr_ == static_cast<__node_pointer>(&__c.__end_))
756 if (__i->__ptr_ == static_cast<__node_pointer>(&__end_))
898 return base::__end_.__next_->__value_;
904 return base::__end_.__next_->__value_;
910 return base::__end_.__prev_->__value_;
916 return base::__end_.__prev_->__value_;
1440 __link_nodes(*base::__end_.__next_, *__hold, *__hold);
1453 __link_nodes(static_cast<__node&>(base::__end_), *__hold, *__hold);
1468 __link_nodes(*base::__end_.__next_, *__hold, *__hold);
1481 __link_nodes(static_cast<__node&>(base::__end_), *__hold, *__hold);
1497 __link_nodes(*base::__end_.__next_, *__hold, *__hold);
1511 __link_nodes(static_cast<__node&>(base::__end_), *__hold, *__hold);
1568 __node& __n = *base::__end_.__next_;
1596 __node& __n = *base::__end_.__prev_;
1754 __link_nodes(static_cast<__node&>(base::__end_), *__r.__ptr_, *__e.__ptr_);
1813 __link_nodes(static_cast<__node&>(base::__end_), *__r.__ptr_, *__e.__ptr_);
1831 __node& __f = *__c.__end_.__next_;
1832 __node& __l = *__c.__end_.__prev_;
1845 if (__i->__ptr_ != static_cast<__node_pointer>(&__c.__end_))
2068 if (__i->__ptr_ != static_cast<__node_pointer>(&__c.__end_))
2190 return __i->__ptr_ != &this->__end_;
2197 return !empty() && __i->__ptr_ != base::__end_.__next_;