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

/external/chromium_org/third_party/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
/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
/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
/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...]

Completed in 86 milliseconds