Searched refs:PutString (Results 1 – 2 of 2) sorted by relevance
/external/tinyxml/ |
D | tinyxml.cpp | 35 void TiXmlBase::PutString( const TIXML_STRING& str, TIXML_OSTREAM* stream ) in PutString() function in TiXmlBase 38 PutString( str, &buffer ); in PutString() 42 void TiXmlBase::PutString( const TIXML_STRING& str, TIXML_STRING* outString ) in PutString() function in TiXmlBase 1202 PutString( name, &n ); in Print() 1203 PutString( value, &v ); in Print() 1216 PutString( name, stream ); in StreamOut() 1218 PutString( value, stream ); in StreamOut() 1223 PutString( name, stream ); in StreamOut() 1225 PutString( value, stream ); in StreamOut() 1348 PutString( value, &buffer ); in Print() [all …]
|
D | tinyxml.h | 318 static void PutString( const TIXML_STRING& str, TIXML_OSTREAM* out ); 320 static void PutString( const TIXML_STRING& str, TIXML_STRING* out );
|