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

  /external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 380 /*static*/ bool TiXmlBase::StreamTo( std::istream * in, int character, TIXML_STRING * tag )
650 if ( !StreamTo( in, '<', tag ) )
    [all...]
  /external/tinyxml/
tinyxmlparser.cpp 371 /*static*/ bool TiXmlBase::StreamTo( TIXML_ISTREAM * in, int character, TIXML_STRING * tag )
627 if ( !StreamTo( in, '<', tag ) )
    [all...]

Completed in 79 milliseconds