HomeSort by relevance Sort by last modified time
    Searched refs:InsertAfterChild (Results 1 - 2 of 2) sorted by null

  /external/tinyxml/
xmltest.cpp 228 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 );
tinyxml.h 556 TiXmlNode* InsertAfterChild( TiXmlNode* afterThis, const TiXmlNode& addThis );
    [all...]

Completed in 74 milliseconds