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

  /external/clang/include/clang/Tooling/
RefactoringCallbacks.h 51 /// \c ToText.
54 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
59 std::string ToText;
  /external/clang/lib/Tooling/
RefactoringCallbacks.cpp 37 ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef ToText)
38 : FromId(FromId), ToText(ToText) {}
46 ToText));
  /external/chromium_org/third_party/skia/src/ports/
SkXMLParser_tinyxml.cpp 36 else if (node->ToText())
  /external/skia/src/ports/
SkXMLParser_tinyxml.cpp 36 else if (node->ToText())
  /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...]
  /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...]
tinyxml.cpp 826 else if ( firstChild == lastChild && firstChild->ToText() )
838 if ( !node->ToText() )
904 const TiXmlText* childText = child->ToText();
    [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...]
xmltest.cpp 267 XmlTest ( "First child exists.", true, ( node != 0 && node->ToText() ) );
569 text = latinDoc.FirstChildElement()->FirstChild()->ToText();
856 TiXmlText* text = doc.FirstChildElement()->FirstChildElement()->FirstChild()->ToText();
  /external/srec/tools/grxmlcompile/
grxmldoc.cpp 156 node.ToText()->Print( stdout, level);
    [all...]

Completed in 160 milliseconds