Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.cpp2852 void XMLPrinter::PushComment( const char* comment ) in PushComment() function in tinyxml2::XMLPrinter
2939 PushComment( comment.Value() ); in Visit()
Dtinyxml2.h2275 void PushComment( const char* comment );
Dxmltest.cpp1042 printer.PushComment("this is Tinyxml2"); in main()