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

/external/chromium_org/third_party/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. function in class:TiXmlNode
707 virtual TiXmlUnknown* ToUnknown() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type. function in class:TiXmlNode
1370 virtual const TiXmlUnknown* ToUnknown() const { return this; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlUnknown
1371 virtual TiXmlUnknown* ToUnknown() { return this; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlUnknown
1694 TiXmlUnknown* ToUnknown() const { return ( ( node && node->ToUnknown() ) ? node->ToUnknown() : 0 ); } function in class:TiXmlHandle
1708 /** @deprecated use ToUnknown()
1711 TiXmlUnknown* Unknown() const { return ToUnknown(); }
/external/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. function in class:TiXmlNode
707 virtual TiXmlUnknown* ToUnknown() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type. function in class:TiXmlNode
1370 virtual const TiXmlUnknown* ToUnknown() const { return this; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlUnknown
1371 virtual TiXmlUnknown* ToUnknown() { return this; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlUnknown
1694 TiXmlUnknown* ToUnknown() const { return ( ( node && node->ToUnknown() ) ? node->ToUnknown() : 0 ); } function in class:TiXmlHandle
1708 /** @deprecated use ToUnknown()
1711 TiXmlUnknown* Unknown() const { return ToUnknown(); }
/external/tinyxml/
H A Dtinyxml.h639 const TiXmlUnknown* ToUnknown() const { return ( this && type == UNKNOWN ) ? (const TiXmlUnknown*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlNode
646 TiXmlUnknown* ToUnknown() { return ( this && type == UNKNOWN ) ? (TiXmlUnknown*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlNode
1500 TiXmlUnknown* Unknown() const { return ( ( node && node->ToUnknown() ) ? node->ToUnknown() : 0 ); }
/external/tinyxml2/
H A Dtinyxml2.h449 virtual XMLUnknown* ToUnknown() { return 0; } ///< Safely cast to an Unknown, or null. function in class:tinyxml2::XMLNode
456 virtual const XMLUnknown* ToUnknown() const { return 0; } function in class:tinyxml2::XMLNode
718 virtual XMLUnknown* ToUnknown() { return this; } function in class:tinyxml2::XMLUnknown
719 virtual const XMLUnknown* ToUnknown() const { return this; } function in class:tinyxml2::XMLUnknown
1294 XMLUnknown* ToUnknown() { return ( ( node && node->ToUnknown() ) ? node->ToUnknown() : 0 ); } function in class:tinyxml2::XMLHandle
1329 const XMLUnknown* ToUnknown() const { return ( ( node && node->ToUnknown() ) ? node->ToUnknown() function in class:tinyxml2::XMLConstHandle
[all...]

Completed in 172 milliseconds