Home
last modified time | relevance | path

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

/external/tinyxml/
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* out );
664 virtual void StreamIn( TIXML_ISTREAM* in, TIXML_STRING* tag ) = 0;
[all …]
Dtinyxmlparser.cpp356 /*static*/ bool TiXmlBase::StreamWhiteSpace( TIXML_ISTREAM * in, TIXML_STRING * tag ) in StreamWhiteSpace()
371 /*static*/ bool TiXmlBase::StreamTo( TIXML_ISTREAM * in, int character, TIXML_STRING * tag ) in StreamTo()
389 const char* TiXmlBase::ReadName( const char* p, TIXML_STRING * name, TiXmlEncoding encoding ) in ReadName()
422 TIXML_STRING ent; in GetEntity()
554 TIXML_STRING * text, in ReadText()
618 void TiXmlDocument::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag ) in StreamIn()
886 void TiXmlElement::StreamIn (TIXML_ISTREAM * in, TIXML_STRING * tag) in StreamIn()
1049 TIXML_STRING endTag ("</"); in Parse()
1207 void TiXmlUnknown::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag ) in StreamIn()
1265 void TiXmlComment::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag ) in StreamIn()
[all …]
Dtinyxml.cpp35 void TiXmlBase::PutString( const TIXML_STRING& str, TIXML_OSTREAM* stream ) in PutString()
37 TIXML_STRING buffer; in PutString()
42 void TiXmlBase::PutString( const TIXML_STRING& str, TIXML_STRING* outString ) in PutString()
127 TiXmlBase::StringToBuffer::StringToBuffer( const TIXML_STRING& str ) in StringToBuffer()
994 TIXML_STRING data; in LoadFile()
1200 TIXML_STRING n, v; in Print()
1205 if (value.find ('\"') == TIXML_STRING::npos) in Print()
1214 if (value.find( '\"' ) != TIXML_STRING::npos) in StreamOut()
1347 TIXML_STRING buffer; in Print()
1588 TIXML_STRING tag; in operator >>()