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

  /external/tinyxml/
tinyxml.cpp 210 TiXmlNode* TiXmlNode::InsertEndChild( const TiXmlNode& addThis )
    [all...]
  /external/tinyxml2/
tinyxml2.cpp 607 XMLNode* XMLNode::InsertEndChild( XMLNode* addThis )
662 return InsertEndChild( addThis );
800 this->InsertEndChild( node );
    [all...]

Completed in 431 milliseconds