Home
last modified time | relevance | path

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

/external/tinyxml2/
Dxmltest.cpp481 XMLNode* comment = element->InsertFirstChild( doc->NewComment( "comment" ) ); in main()
1647 xmlDoc.NewComment("Configuration file"); in main()
Dtinyxml2.cpp1228 …XMLComment* comment = doc->NewComment( Value() ); // fixme: this will always allocate memory. Inte… in ShallowClone()
2102 XMLComment* XMLDocument::NewComment( const char* str ) in NewComment() function in tinyxml2::XMLDocument
Dtinyxml2.h1782 XMLComment* NewComment( const char* comment );