Searched defs:TIXML_STRING (Results 1 - 2 of 2) sorted by relevance

/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h50 #define TIXML_STRING std::string macro
53 #define TIXML_STRING TiXmlString macro
262 static void EncodeString( const TIXML_STRING& str, TIXML_STRING* out );
302 static bool StreamWhiteSpace( std::istream * in, TIXML_STRING * tag );
303 static bool StreamTo( std::istream * in, int character, TIXML_STRING * tag );
310 static const char* ReadName( const char* p, TIXML_STRING* name, TiXmlEncoding encoding );
316 TIXML_STRING* text, // the string read
497 const TIXML_STRING& ValueTStr() const { return value; }
749 virtual void StreamIn( std::istream* in, TIXML_STRING* ta
[all...]
/external/tinyxml/
H A Dtinyxml.h56 #define TIXML_STRING std::string macro
61 #define TIXML_STRING TiXmlString macro
241 StringToBuffer( const TIXML_STRING& str );
255 static bool StreamWhiteSpace( TIXML_ISTREAM * in, TIXML_STRING * tag );
256 static bool StreamTo( TIXML_ISTREAM * in, int character, TIXML_STRING * tag );
263 static const char* ReadName( const char* p, TIXML_STRING* name, TiXmlEncoding encoding );
269 TIXML_STRING* text, // the string read
318 static void PutString( const TIXML_STRING& str, TIXML_OSTREAM* out );
320 static void PutString( const TIXML_STRING& str, TIXML_STRING* ou
[all...]

Completed in 32 milliseconds