Home
last modified time | relevance | path

Searched refs:InsertAfterChild (Results 1 – 8 of 8) sorted by relevance

/external/tinyxml/
Dxmltest.cpp228 todoElement->InsertAfterChild( itemElement, item ); in main()
751 TiXmlNode* childNode1 = parent.InsertAfterChild( childNode0, childText1 ); in main()
Dchanges.txt82 - Fixed crashing on InsertBeforeChild and InsertAfterChild. Also possibility of bad links being
Dtinyxml.h556 TiXmlNode* InsertAfterChild( TiXmlNode* afterThis, const TiXmlNode& addThis );
Dtinyxml.cpp246 TiXmlNode* TiXmlNode::InsertAfterChild( TiXmlNode* afterThis, const TiXmlNode& addThis ) in InsertAfterChild() function in TiXmlNode
/external/tinyxml2/
Dtinyxml2.h528 XMLNode* InsertAfterChild( XMLNode* afterThis, XMLNode* addThis );
Dtinyxml2.cpp654 XMLNode* XMLNode::InsertAfterChild( XMLNode* afterThis, XMLNode* addThis ) in InsertAfterChild() function in XMLNode
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h603 TiXmlNode* InsertAfterChild( TiXmlNode* afterThis, const TiXmlNode& addThis );
Dtinyxml.cpp263 TiXmlNode* TiXmlNode::InsertAfterChild( TiXmlNode* afterThis, const TiXmlNode& addThis ) in InsertAfterChild() function in TiXmlNode