Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/test/tinyxml/
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; } in ValueTStr()
749 virtual void StreamIn( std::istream* in, TIXML_STRING* tag ) = 0;
761 TIXML_STRING value;
[all …]
Dtinyxmlparser.cpp365 /*static*/ bool TiXmlBase::StreamWhiteSpace( std::istream * in, TIXML_STRING * tag ) in StreamWhiteSpace()
380 /*static*/ bool TiXmlBase::StreamTo( std::istream * in, int character, TIXML_STRING * tag ) in StreamTo()
401 const char* TiXmlBase::ReadName( const char* p, TIXML_STRING * name, TiXmlEncoding encoding ) in ReadName()
441 TIXML_STRING ent; in GetEntity()
575 TIXML_STRING * text, in ReadText()
641 void TiXmlDocument::StreamIn( std::istream * in, TIXML_STRING * tag ) in StreamIn()
903 void TiXmlElement::StreamIn (std::istream * in, TIXML_STRING * tag) in StreamIn()
1078 TIXML_STRING endTag ("</"); in Parse()
1251 void TiXmlUnknown::StreamIn( std::istream * in, TIXML_STRING * tag ) in StreamIn()
1310 void TiXmlComment::StreamIn( std::istream * in, TIXML_STRING * tag ) in StreamIn()
[all …]
Dtinyxml.cpp52 void TiXmlBase::EncodeString( const TIXML_STRING& str, TIXML_STRING* outString ) in EncodeString()
440 TIXML_STRING str( name ); in RemoveAttribute()
967 TIXML_STRING filename( _filename ); in LoadFile()
1210 void TiXmlAttribute::Print( FILE* cfile, int /*depth*/, TIXML_STRING* str ) const in Print()
1212 TIXML_STRING n, v; in Print()
1217 if (value.find ('\"') == TIXML_STRING::npos) { in Print()
1346 TIXML_STRING buffer; in Print()
1418 void TiXmlDeclaration::Print( FILE* cfile, int /*depth*/, TIXML_STRING* str ) const in Print()
1517 assert( !Find( TIXML_STRING( addMe->Name() ) ) ); // Shouldn't be multiply adding to the set. in Add()
1598 TIXML_STRING tag; in operator >>()
[all …]