HomeSort by relevance Sort by last modified time
    Searched refs:ToUnknown (Results 1 - 4 of 4) sorted by null

  /external/tinyxml2/
tinyxml2.h 449 virtual XMLUnknown* ToUnknown() { return 0; } ///< Safely cast to an Unknown, or null.
456 virtual const XMLUnknown* ToUnknown() const { return 0; }
718 virtual XMLUnknown* ToUnknown() { return this; }
719 virtual const XMLUnknown* ToUnknown() const { return this; }
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h 700 virtual const TiXmlUnknown* ToUnknown() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
707 virtual TiXmlUnknown* ToUnknown() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 700 virtual const TiXmlUnknown* ToUnknown() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
707 virtual TiXmlUnknown* ToUnknown() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
    [all...]
  /external/tinyxml/
tinyxml.h 639 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.
646 TiXmlUnknown* ToUnknown() { return ( this && type == UNKNOWN ) ? (TiXmlUnknown*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
    [all...]

Completed in 29 milliseconds