HomeSort by relevance Sort by last modified time
    Searched defs:TiXmlText (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h 88 class TiXmlText;
146 virtual bool Visit( const TiXmlText& /*text*/ ) { return true; }
701 virtual const TiXmlText* ToText() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
708 virtual TiXmlText* ToText() { 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 88 class TiXmlText;
146 virtual bool Visit( const TiXmlText& /*text*/ ) { return true; }
701 virtual const TiXmlText* ToText() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
708 virtual TiXmlText* ToText() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
    [all...]
  /external/tinyxml/
tinyxml.h 90 class TiXmlText;
640 const TiXmlText* ToText() const { return ( this && type == TEXT ) ? (const TiXmlText*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
647 TiXmlText* ToText() { return ( this && type == TEXT ) ? (TiXmlText*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
    [all...]

Completed in 604 milliseconds