HomeSort by relevance Sort by last modified time
    Searched refs:TIXML_STRING (Results 1 - 3 of 3) sorted by null

  /external/tinyxml/
tinyxml.h 56 #define TIXML_STRING std::string
61 #define TIXML_STRING TiXmlString
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 )
    [all...]
tinyxml.cpp 35 void TiXmlBase::PutString( const TIXML_STRING& str, TIXML_OSTREAM* stream )
37 TIXML_STRING buffer;
42 void TiXmlBase::PutString( const TIXML_STRING& str, TIXML_STRING* outString )
127 TiXmlBase::StringToBuffer::StringToBuffer( const TIXML_STRING& str )
994 TIXML_STRING data;
1200 TIXML_STRING n, v;
1205 if (value.find ('\"') == TIXML_STRING::npos)
1214 if (value.find( '\"' ) != TIXML_STRING::npos)
1347 TIXML_STRING buffer
    [all...]
tinyxmlparser.cpp 356 /*static*/ bool TiXmlBase::StreamWhiteSpace( TIXML_ISTREAM * in, TIXML_STRING * tag )
371 /*static*/ bool TiXmlBase::StreamTo( TIXML_ISTREAM * in, int character, TIXML_STRING * tag )
389 const char* TiXmlBase::ReadName( const char* p, TIXML_STRING * name, TiXmlEncoding encoding )
422 TIXML_STRING ent;
554 TIXML_STRING * text,
618 void TiXmlDocument::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag )
886 void TiXmlElement::StreamIn (TIXML_ISTREAM * in, TIXML_STRING * tag)
1049 TIXML_STRING endTag ("</");
1207 void TiXmlUnknown::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag )
1265 void TiXmlComment::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag
    [all...]

Completed in 193 milliseconds