HomeSort by relevance Sort by last modified time
    Searched defs:StreamIn (Results 1 - 2 of 2) sorted by null

  /external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 641 void TiXmlDocument::StreamIn( std::istream * in, TIXML_STRING * tag )
679 node->StreamIn( in, tag );
903 void TiXmlElement::StreamIn (std::istream * in, TIXML_STRING * tag)
950 text.StreamIn( in, tag );
1032 node->StreamIn( in, tag );
1251 void TiXmlUnknown::StreamIn( std::istream * in, TIXML_STRING * tag )
1310 void TiXmlComment::StreamIn( std::istream * in, TIXML_STRING * tag )
    [all...]
  /external/tinyxml/
tinyxmlparser.cpp 618 void TiXmlDocument::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag )
656 node->StreamIn( in, tag );
886 void TiXmlElement::StreamIn (TIXML_ISTREAM * in, TIXML_STRING * tag)
932 text.StreamIn( in, tag );
1003 node->StreamIn( in, 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...]

Completed in 200 milliseconds