Home
last modified time | relevance | path

Searched refs:PushText (Results 1 – 2 of 2) sorted by relevance

/external/tinyxml2/
Dtinyxml2.cpp2671 void XMLPrinter::PushText( const char* text, bool cdata ) in PushText() function in tinyxml2::XMLPrinter
2686 void XMLPrinter::PushText( int64_t value ) in PushText() function in tinyxml2::XMLPrinter
2690 PushText( buf, false ); in PushText()
2693 void XMLPrinter::PushText( int value ) in PushText() function in tinyxml2::XMLPrinter
2697 PushText( buf, false ); in PushText()
2701 void XMLPrinter::PushText( unsigned value ) in PushText() function in tinyxml2::XMLPrinter
2705 PushText( buf, false ); in PushText()
2709 void XMLPrinter::PushText( bool value ) in PushText() function in tinyxml2::XMLPrinter
2713 PushText( buf, false ); in PushText()
2717 void XMLPrinter::PushText( float value ) in PushText() function in tinyxml2::XMLPrinter
[all …]
Dtinyxml2.h2204 void PushText( const char* text, bool cdata=false );
2206 void PushText( int value );
2208 void PushText( unsigned value );
2210 void PushText(int64_t value);
2212 void PushText( bool value );
2214 void PushText( float value );
2216 void PushText( double value );