Lines Matching refs:lastChild
141 lastChild = 0; in TiXmlNode()
182 lastChild = 0; in Clear()
201 node->prev = lastChild; in LinkEndChild()
204 if ( lastChild ) in LinkEndChild()
205 lastChild->next = node; in LinkEndChild()
209 lastChild = node; in LinkEndChild()
288 assert( lastChild == afterThis ); in InsertAfterChild()
289 lastChild = node; in InsertAfterChild()
322 lastChild = node; in ReplaceChild()
350 lastChild = removeThis->prev; in RemoveChild()
376 for ( node = lastChild; node; node = node->prev ) in LastChild()
528 firstChild = lastChild = 0; in TiXmlElement()
537 firstChild = lastChild = 0; in TiXmlElement()
546 firstChild = lastChild = 0; in TiXmlElement()
826 else if ( firstChild == lastChild && firstChild->ToText() ) in Print()