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

  /external/chromium_org/third_party/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...]

Completed in 330 milliseconds