Searched refs:ToText (Results 1 - 8 of 8) 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/skia/legacy/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/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 1313 milliseconds