Searched refs:InsertAfterChild (Results 1 – 8 of 8) sorted by relevance
228 todoElement->InsertAfterChild( itemElement, item ); in main()751 TiXmlNode* childNode1 = parent.InsertAfterChild( childNode0, childText1 ); in main()
82 - Fixed crashing on InsertBeforeChild and InsertAfterChild. Also possibility of bad links being
556 TiXmlNode* InsertAfterChild( TiXmlNode* afterThis, const TiXmlNode& addThis );
246 TiXmlNode* TiXmlNode::InsertAfterChild( TiXmlNode* afterThis, const TiXmlNode& addThis ) in InsertAfterChild() function in TiXmlNode
528 XMLNode* InsertAfterChild( XMLNode* afterThis, XMLNode* addThis );
654 XMLNode* XMLNode::InsertAfterChild( XMLNode* afterThis, XMLNode* addThis ) in InsertAfterChild() function in XMLNode
603 TiXmlNode* InsertAfterChild( TiXmlNode* afterThis, const TiXmlNode& addThis );
263 TiXmlNode* TiXmlNode::InsertAfterChild( TiXmlNode* afterThis, const TiXmlNode& addThis ) in InsertAfterChild() function in TiXmlNode