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

  /external/clang/include/clang/Tooling/
RefactoringCallbacks.h 51 /// \c ToText.
54 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
59 std::string ToText;
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h 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 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 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...]
  /external/tinyxml2/
tinyxml2.h 445 virtual XMLText* ToText() { return 0; } ///< Safely cast to Text, or null.
452 virtual const XMLText* ToText() const { return 0; }
627 virtual XMLText* ToText() { return this; }
628 virtual const XMLText* ToText() const { return this; }
    [all...]

Completed in 78 milliseconds