Home
last modified time | relevance | path

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

/external/tinyxml/
Dxmltest.cpp385 TiXmlDeclaration* declaration = doc.FirstChild()->ToDeclaration(); in main()
530 TiXmlDeclaration* dec = docH.Child( 0 ).Node()->ToDeclaration(); in main()
Dtinyxmlparser.cpp746 && node->ToDeclaration() ) in Parse()
748 TiXmlDeclaration* dec = node->ToDeclaration(); in Parse()
Dtinyxml.h641 …const TiXmlDeclaration* ToDeclaration() const { return ( this && type == DECLARATION ) ? (const Ti… in ToDeclaration() function
648 …TiXmlDeclaration* ToDeclaration() { return ( this && type == DECLARATION ) ? (TiXmlDeclaration*) t… in ToDeclaration() function
/external/srec/tools/grxmlcompile/
Dgrxmldoc.cpp158 node.ToDeclaration()->Print( stdout, level); in parseNode()