Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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. in ToDeclaration() function in TiXmlNode
709 virtual TiXmlDeclaration* ToDeclaration() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type. in ToDeclaration() function in TiXmlNode
1325 virtual const TiXmlDeclaration* ToDeclaration() const { return this; } ///< Cast to a more defined type. Will return null not of the requested type. in ToDeclaration() function in TiXmlDeclaration
1326 virtual TiXmlDeclaration* ToDeclaration() { return this; } ///< Cast to a more defined type. Will return null not of the requested type. in ToDeclaration() function in TiXmlDeclaration
H A Dtinyxmlparser.cpp769 && node->ToDeclaration() ) in Parse()
771 TiXmlDeclaration* dec = node->ToDeclaration(); in Parse()
/third_party/lame/ACM/tinyxml/
H A Dtinyxml.h391 TiXmlDeclaration* ToDeclaration() const { return ( this && type == DECLARATION ) ? (TiXmlDeclaration*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type. in ToDeclaration() function in TiXmlNode

Completed in 7 milliseconds