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

  /external/tinyxml/
tinyxml.h 57 #define TIXML_ISTREAM std::istream
255 static bool StreamWhiteSpace( TIXML_ISTREAM * in, TIXML_STRING * tag );
256 static bool StreamTo( TIXML_ISTREAM * in, int character, TIXML_STRING * tag );
664 virtual void StreamIn( TIXML_ISTREAM* in, TIXML_STRING* tag ) = 0;
    [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 )
618 void TiXmlDocument::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag )
886 void TiXmlElement::StreamIn (TIXML_ISTREAM * in, TIXML_STRING * tag)
1207 void TiXmlUnknown::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag )
1265 void TiXmlComment::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag )
1387 void TiXmlText::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag )
    [all...]
tinyxml.cpp 1586 TIXML_ISTREAM & operator >> (TIXML_ISTREAM & in, TiXmlNode & base)
    [all...]

Completed in 2926 milliseconds