Searched refs:InsertAfterChild (Results 1 - 2 of 2) sorted by relevance

/external/tinyxml/
H A Dxmltest.cpp228 todoElement->InsertAfterChild( itemElement, item );
734 // InsertBeforeChild and InsertAfterChild causes crash.
746 // InsertBeforeChild and InsertAfterChild causes crash.
751 TiXmlNode* childNode1 = parent.InsertAfterChild( childNode0, childText1 );
753 XmlTest( "Test InsertAfterChild on empty node. ", ( childNode1 == parent.LastChild() ), true );
H A Dtinyxml.h556 TiXmlNode* InsertAfterChild( TiXmlNode* afterThis, const TiXmlNode& addThis );

Completed in 51 milliseconds