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

/external/tinyxml2/
H A Dtinyxml2.h448 virtual XMLDeclaration* ToDeclaration() { return 0; } ///< Safely cast to a Declaration, or null. function in class:tinyxml2::XMLNode
455 virtual const XMLDeclaration* ToDeclaration() const { return 0; } function in class:tinyxml2::XMLNode
690 virtual XMLDeclaration* ToDeclaration() { return this; } function in class:tinyxml2::XMLDeclaration
691 virtual const XMLDeclaration* ToDeclaration() const { return this; } function in class:tinyxml2::XMLDeclaration
1296 XMLDeclaration* ToDeclaration() { return ( ( node && node->ToDeclaration() ) ? node->ToDeclaration() : 0 ); } function in class:tinyxml2::XMLHandle
1330 const XMLDeclaration* ToDeclaration() const { return ( ( node && node->ToDeclaration() ) ? node->ToDeclaration() function in class:tinyxml2::XMLConstHandle
[all...]
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h702 virtual const TiXmlDeclaration* ToDeclaration() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type. function in class:TiXmlNode
709 virtual TiXmlDeclaration* ToDeclaration() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type. function in class:TiXmlNode
1325 virtual const TiXmlDeclaration* ToDeclaration() const { return this; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlDeclaration
1326 virtual TiXmlDeclaration* ToDeclaration() { return this; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlDeclaration
H A Dtinyxmlparser.cpp769 && node->ToDeclaration() )
771 TiXmlDeclaration* dec = node->ToDeclaration();
/external/tinyxml/
H A Dtinyxml.h641 const TiXmlDeclaration* ToDeclaration() const { return ( this && type == DECLARATION ) ? (const TiXmlDeclaration*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlNode
648 TiXmlDeclaration* ToDeclaration() { return ( this && type == DECLARATION ) ? (TiXmlDeclaration*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlNode
H A Dtinyxmlparser.cpp746 && node->ToDeclaration() )
748 TiXmlDeclaration* dec = node->ToDeclaration();
H A Dxmltest.cpp385 TiXmlDeclaration* declaration = doc.FirstChild()->ToDeclaration();
530 TiXmlDeclaration* dec = docH.Child( 0 ).Node()->ToDeclaration();
/external/srec/tools/grxmlcompile/
H A Dgrxmldoc.cpp158 node.ToDeclaration()->Print( stdout, level);

Completed in 108 milliseconds