Home
last modified time | relevance | path

Searched refs:NewComment (Results 1 – 3 of 3) sorted by relevance

/external/tinyxml2/
Dtinyxml2.cpp1250 …XMLComment* comment = doc->NewComment( Value() ); // fixme: this will always allocate memory. Inte… in ShallowClone()
1973 XMLComment* node = _document->NewComment(comment); in InsertNewComment()
2205 XMLComment* XMLDocument::NewComment( const char* str ) in NewComment() function in tinyxml2::XMLDocument
Dxmltest.cpp481 XMLNode* comment = element->InsertFirstChild( doc->NewComment( "comment" ) ); in main()
1835 xmlDoc.NewComment("Configuration file"); in main()
Dtinyxml2.h1835 XMLComment* NewComment( const char* comment );