Searched refs:ToText (Results 1 - 10 of 10) sorted by relevance

/external/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp37 ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef ToText) argument
38 : FromId(FromId), ToText(ToText) {}
46 ToText));
/external/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h51 /// \c ToText.
54 ReplaceStmtWithText(StringRef FromId, StringRef ToText);
59 std::string ToText; member in class:clang::tooling::ReplaceStmtWithText
/external/chromium_org/third_party/skia/src/ports/
H A DSkXMLParser_tinyxml.cpp36 else if (node->ToText())
/external/skia/src/ports/
H A DSkXMLParser_tinyxml.cpp36 else if (node->ToText())
/external/tinyxml2/
H A Dtinyxml2.h445 virtual XMLText* ToText() { return 0; } ///< Safely cast to Text, or null. function in class:tinyxml2::XMLNode
452 virtual const XMLText* ToText() const { return 0; } function in class:tinyxml2::XMLNode
627 virtual XMLText* ToText() { return this; } function in class:tinyxml2::XMLText
628 virtual const XMLText* ToText() const { return this; } function in class:tinyxml2::XMLText
1292 XMLText* ToText() { return ( ( node && node->ToText() ) ? node->ToText() : 0 ); } function in class:tinyxml2::XMLHandle
1328 const XMLText* ToText() const { return ( ( node && node->ToText() ) ? node->ToText() function in class:tinyxml2::XMLConstHandle
[all...]
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h701 virtual const TiXmlText* ToText() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type. function in class:TiXmlNode
708 virtual TiXmlText* ToText() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type. function in class:TiXmlNode
1118 similarly named TiXmlHandle::Text() and TiXmlNode::ToText() which are
1249 virtual const TiXmlText* ToText() const { return this; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlText
1250 virtual TiXmlText* ToText() { return this; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlText
1691 TiXmlText* ToText() const { return ( ( node && node->ToText() ) ? node->ToText() : 0 ); } function in class:TiXmlHandle
1704 /** @deprecated use ToText()
1707 TiXmlText* Text() const { return ToText(); }
[all...]
H A Dtinyxml.cpp826 else if ( firstChild == lastChild && firstChild->ToText() )
838 if ( !node->ToText() )
904 const TiXmlText* childText = child->ToText();
1786 if ( element.FirstChild()->ToText()
1788 && element.FirstChild()->ToText()->CDATA() == false )
/external/tinyxml/
H A Dtinyxml.h640 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. function in class:TiXmlNode
647 TiXmlText* ToText() { return ( this && type == TEXT ) ? (TiXmlText*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlNode
982 similarly named TiXmlHandle::Text() and TiXmlNode::ToText() which are
1498 TiXmlText* Text() const { return ( ( node && node->ToText() ) ? node->ToText() : 0 ); }
H A Dxmltest.cpp267 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/
H A Dgrxmldoc.cpp156 node.ToText()->Print( stdout, level);

Completed in 1003 milliseconds