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

/external/tinyxml/
H A Dxmltest.cpp740 TiXmlNode* childNode1 = parent.InsertBeforeChild( childNode0, childText1 ); local
742 XmlTest( "Test InsertBeforeChild on empty node.", ( childNode1 == parent.FirstChild() ), true );
751 TiXmlNode* childNode1 = parent.InsertAfterChild( childNode0, childText1 ); local
753 XmlTest( "Test InsertAfterChild on empty node. ", ( childNode1 == parent.LastChild() ), true );

Completed in 168 milliseconds