Searched defs:StreamIn (Results 1 - 1 of 1) sorted by relevance

/external/tinyxml/
H A Dtinyxmlparser.cpp618 void TiXmlDocument::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag ) function in class:TiXmlDocument
656 node->StreamIn( in, tag );
886 void TiXmlElement::StreamIn (TIXML_ISTREAM * in, TIXML_STRING * tag) function in class:TiXmlElement
932 text.StreamIn( in, tag );
1003 node->StreamIn( in, tag );
1207 void TiXmlUnknown::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag ) function in class:TiXmlUnknown
1265 void TiXmlComment::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag ) function in class:TiXmlComment
1387 void TiXmlText::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag ) function in class:TiXmlText
1483 void TiXmlDeclaration::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag ) function in class:TiXmlDeclaration

Completed in 22 milliseconds