Home
last modified time | relevance | path

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

/external/tinyxml/
Dtinyxmlparser.cpp618 void TiXmlDocument::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag ) in StreamIn() function in TiXmlDocument
656 node->StreamIn( in, tag ); in StreamIn()
886 void TiXmlElement::StreamIn (TIXML_ISTREAM * in, TIXML_STRING * tag) in StreamIn() function in TiXmlElement
932 text.StreamIn( in, tag ); in StreamIn()
1003 node->StreamIn( in, tag ); in StreamIn()
1207 void TiXmlUnknown::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag ) in StreamIn() function in TiXmlUnknown
1265 void TiXmlComment::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag ) in StreamIn() function in TiXmlComment
1387 void TiXmlText::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag ) in StreamIn() function in TiXmlText
1483 void TiXmlDeclaration::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag ) in StreamIn() function in TiXmlDeclaration
Dtinyxml.h664 virtual void StreamIn( TIXML_ISTREAM* in, TIXML_STRING* tag ) = 0;
1004 virtual void StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag );
1047 virtual void StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag );
1107 virtual void StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag );
1169 virtual void StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag );
1208 virtual void StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag );
1353 virtual void StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag );
Dtinyxml.cpp1590 base.StreamIn( &in, &tag ); in operator >>()