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

  /external/tinyxml2/docs/search/
all_8.js 5 ['insertfirstchild',['InsertFirstChild',['../classtinyxml2_1_1_x_m_l_node.html#a8ff7dc071f3a1a6ae2ac25a37492865d',1,'tinyxml2::XMLNode']]],
functions_8.js 5 ['insertfirstchild',['InsertFirstChild',['../classtinyxml2_1_1_x_m_l_node.html#a8ff7dc071f3a1a6ae2ac25a37492865d',1,'tinyxml2::XMLNode']]],
  /external/tinyxml2/
xmltest.cpp 446 XMLNode* firstAfterInsertion = doc.InsertFirstChild( first );
481 XMLNode* comment = element->InsertFirstChild( doc->NewComment( "comment" ) );
485 sub[2]->InsertFirstChild( doc->NewText( "& Text!" ));
809 doc.InsertFirstChild(element);
    [all...]
tinyxml2.h 848 XMLNode* InsertFirstChild( XMLNode* addThis );
    [all...]

Completed in 468 milliseconds