Home
last modified time | relevance | path

Searched refs:StreamTo (Results 1 – 4 of 4) sorted by relevance

/external/tinyxml/
Dtinyxmlparser.cpp371 /*static*/ bool TiXmlBase::StreamTo( TIXML_ISTREAM * in, int character, TIXML_STRING * tag ) in StreamTo() function in TiXmlBase
627 if ( !StreamTo( in, '<', tag ) ) in StreamIn()
Dtinyxml.h256 static bool StreamTo( TIXML_ISTREAM * in, int character, TIXML_STRING * tag );
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxmlparser.cpp380 /*static*/ bool TiXmlBase::StreamTo( std::istream * in, int character, TIXML_STRING * tag ) in StreamTo() function in TiXmlBase
650 if ( !StreamTo( in, '<', tag ) ) in StreamIn()
Dtinyxml.h303 static bool StreamTo( std::istream * in, int character, TIXML_STRING * tag );