Searched refs:PutString (Results 1 - 2 of 2) sorted by relevance

/external/tinyxml/
H A Dtinyxml.cpp35 void TiXmlBase::PutString( const TIXML_STRING& str, TIXML_OSTREAM* stream ) function in class:TiXmlBase
38 PutString( str, &buffer );
42 void TiXmlBase::PutString( const TIXML_STRING& str, TIXML_STRING* outString ) function in class:TiXmlBase
1202 PutString( name, &n );
1203 PutString( value, &v );
1216 PutString( name, stream );
1218 PutString( value, stream );
1223 PutString( name, stream );
1225 PutString( value, stream );
1302 //PutString( valu
[all...]
H A Dtinyxml.h318 static void PutString( const TIXML_STRING& str, TIXML_OSTREAM* out );
320 static void PutString( const TIXML_STRING& str, TIXML_STRING* out );

Completed in 2826 milliseconds