Home
last modified time | relevance | path

Searched refs:ToUnknown (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h700 virtual const TiXmlUnknown* ToUnknown() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type. in ToUnknown() function in TiXmlNode
707 virtual TiXmlUnknown* ToUnknown() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type. in ToUnknown() function in TiXmlNode
1370 virtual const TiXmlUnknown* ToUnknown() const { return this; } ///< Cast to a more defined type. Will return null not of the requested type. in ToUnknown() function in TiXmlUnknown
1371 virtual TiXmlUnknown* ToUnknown() { return this; } ///< Cast to a more defined type. Will return null not of the requested type. in ToUnknown() function in TiXmlUnknown
1694 TiXmlUnknown* ToUnknown() const { return ( ( node && node->ToUnknown() ) ? node->ToUnknown() : 0 ); } in ToUnknown() function in TiXmlHandle
1708 /** @deprecated use ToUnknown()
1711 TiXmlUnknown* Unknown() const { return ToUnknown(); } in Unknown()
/third_party/lame/ACM/tinyxml/
H A Dtinyxml.h389 TiXmlUnknown* ToUnknown() const { return ( this && type == UNKNOWN ) ? (TiXmlUnknown*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type. in ToUnknown() function in TiXmlNode

Completed in 7 milliseconds