HomeSort by relevance Sort by last modified time
    Searched refs:StreamIn (Results 1 - 6 of 6) 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...]
tinyxml.h 749 virtual void StreamIn( std::istream* in, TIXML_STRING* tag ) = 0;
    [all...]
tinyxml.cpp     [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...]
tinyxml.h 664 virtual void StreamIn( TIXML_ISTREAM* in, TIXML_STRING* tag ) = 0;
    [all...]
tinyxml.cpp 1590 base.StreamIn( &in, &tag );
    [all...]

Completed in 47 milliseconds