Home
last modified time | relevance | path

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

/external/tinyxml/
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