Searched defs:ToText (Results 1 - 6 of 6) sorted by relevance

/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/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp37 ReplaceStmtWithText::ReplaceStmtWithText(StringRef FromId, StringRef ToText) argument
38 : FromId(FromId), ToText(ToText) {}
46 ToText));
/external/chromium_org/third_party/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...]
/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...]
/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 ); }
/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...]

Completed in 809 milliseconds