Home
last modified time | relevance | path

Searched refs:TiXmlText (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h88 class TiXmlText;
146 virtual bool Visit( const TiXmlText& /*text*/ ) { return true; } in Visit()
701 virtual const TiXmlText* ToText() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type. in ToText()
708 virtual TiXmlText* ToText() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type. in ToText()
1090 and concise, GetText() is limited compared to getting the TiXmlText child
1093 If the first child of 'this' is a TiXmlText, the GetText()
1212 class TiXmlText : public TiXmlNode class
1220 TiXmlText (const char * initValue ) : TiXmlNode (TiXmlNode::TINYXML_TEXT) in TiXmlText() function in TiXmlText
1225 virtual ~TiXmlText() {} in ~TiXmlText()
1229 TiXmlText( cons function in TiXmlText
1236 TiXmlText( const TiXmlText& copy ) : TiXmlNode( TiXmlNode::TINYXML_TEXT ) { copy.CopyTo( this ); } TiXmlText() function in TiXmlText
[all...]
H A Dtinyxml.cpp904 const TiXmlText* childText = child->ToText(); in GetText()
1332 void TiXmlText::Print( FILE* cfile, int depth ) const
1353 void TiXmlText::CopyTo( TiXmlText* target ) const
1360 bool TiXmlText::Accept( TiXmlVisitor* visitor ) const
1366 TiXmlNode* TiXmlText::Clone() const
1368 TiXmlText* clone = 0;
1369 clone = new TiXmlText( "" );
1829 bool TiXmlPrinter::Visit( const TiXmlText& text )
H A Dtinyxmlparser.cpp866 TiXmlText* text = new TiXmlText( "" ); in Identify()
949 TiXmlText text( "" ); in StreamIn()
1192 TiXmlText* textNode = new TiXmlText( "" ); in ReadValue()
1219 // a TiXmlText in the "CDATA" style. in ReadValue()
1466 void TiXmlText::StreamIn( std::istream * in, TIXML_STRING * tag ) in StreamIn()
1497 const char* TiXmlText::Parse( const char* p, TiXmlParsingData* data, TiXmlEncoding encoding ) in Parse()
1631 bool TiXmlText::Blank() const in Blank()
/third_party/lame/ACM/tinyxml/
H A Dtinyxml.h40 class TiXmlText;
390 TiXmlText* ToText() const { return ( this && type == TEXT ) ? (TiXmlText*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type. in ToText()
617 class TiXmlText : public TiXmlNode class
620 TiXmlText( const std::string& initValue ) : TiXmlNode( TiXmlNode::TEXT ) { SetValue( initValue ); } in TiXmlText() function in TiXmlText
621 virtual ~TiXmlText() {} in ~TiXmlText()
H A Dtinyxml.cpp833 void TiXmlText::Print( FILE* cfile, int depth ) const in Print()
842 void TiXmlText::StreamOut( std::ostream* stream ) const in StreamOut()
848 TiXmlNode* TiXmlText::Clone() const in Clone()
850 TiXmlText* clone = 0; in Clone()
851 clone = new TiXmlText( "" ); in Clone()
H A Dtinyxmlparser.cpp453 TiXmlText text( "" ); in StreamIn()
626 TiXmlText* textNode = new TiXmlText( "" ); in ReadValue()
811 void TiXmlText::StreamIn( std::istream* in, std::string* tag ) in StreamIn()
826 const char* TiXmlText::Parse( const char* p ) in Parse()
917 bool TiXmlText::Blank() const in Blank()
H A Dxmltest.cpp156 TiXmlText text( "Talk to:" ); in main()

Completed in 17 milliseconds