Lines Matching full:_prev
748 _prev( 0 ), _next( 0 ),
813 _lastChild = _lastChild->_prev;
816 if ( child->_prev ) {
817 child->_prev->_next = child->_next;
820 child->_next->_prev = child->_prev;
823 child->_prev = 0;
834 TIXMLASSERT(node->_prev == 0);
854 addThis->_prev = _lastChild;
863 addThis->_prev = 0;
882 TIXMLASSERT( _firstChild->_prev == 0 );
884 _firstChild->_prev = addThis;
888 addThis->_prev = 0;
894 addThis->_prev = 0;
929 addThis->_prev = afterThis;
931 afterThis->_next->_prev = addThis;
954 for( const XMLNode* node = _lastChild; node; node = node->_prev ) {
978 for( const XMLNode* node = _prev; node; node = node->_prev ) {