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

  /external/tinyxml/
tinyxml.cpp 817 void TiXmlElement::StreamOut( TIXML_OSTREAM * stream ) const
825 attrib->StreamOut( stream );
837 node->StreamOut( stream );
1146 void TiXmlDocument::StreamOut( TIXML_OSTREAM * out ) const
1151 node->StreamOut( out );
1212 void TiXmlAttribute::StreamOut( TIXML_OSTREAM * stream ) const
1299 void TiXmlComment::StreamOut( TIXML_OSTREAM * stream ) const
1354 void TiXmlText::StreamOut( TIXML_OSTREAM * stream ) const
1438 void TiXmlDeclaration::StreamOut( TIXML_OSTREAM * stream ) const
1494 void TiXmlUnknown::StreamOut( TIXML_OSTREAM * stream ) cons
    [all...]
tinyxml.h 252 virtual void StreamOut (TIXML_OSTREAM *) const = 0;
784 virtual void StreamOut( TIXML_OSTREAM * out ) const;
    [all...]
  /external/clang/test/SemaCXX/
typo-correction.cpp 88 class StreamOut {}; // expected-note 2 {{'StreamOut' declared here}}
91 unknown_type_test::stream_out out; // expected-error{{no type named 'stream_out' in namespace 'unknown_type_test'; did you mean 'StreamOut'?}}
102 stream_out out; // expected-error{{unknown type name 'stream_out'; did you mean 'StreamOut'?}}

Completed in 42 milliseconds