Home
last modified time | relevance | path

Searched refs:ToDocument (Results 1 – 4 of 4) sorted by relevance

/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h697 …virtual const TiXmlDocument* ToDocument() const { return 0; } ///< Cast to a more defined ty… in ToDocument() function
704 …virtual TiXmlDocument* ToDocument() { return 0; } ///< Cast to a more defined type. Wi… in ToDocument() function
1532 …virtual const TiXmlDocument* ToDocument() const { return this; } ///< Cast to a more defined… in ToDocument() function
1533 …virtual TiXmlDocument* ToDocument() { return this; } ///< Cast to a more defined… in ToDocument() function
Dtinyxml.cpp304 if ( withThis.ToDocument() ) { in ReplaceChild()
518 if ( node->ToDocument() ) in GetDocument()
519 return node->ToDocument(); in GetDocument()
/external/tinyxml2/
Dtinyxml2.h698 virtual XMLDocument* ToDocument() { in ToDocument() function
719 virtual const XMLDocument* ToDocument() const { in ToDocument() function
1721 virtual XMLDocument* ToDocument() { in ToDocument() function
1725 virtual const XMLDocument* ToDocument() const { in ToDocument() function
Dtinyxml2.cpp788 if ( this->ToDocument() ) in Value()
1066 if (ToDocument()) { in ParseDeep()
1130 if (!node->ToDocument()) { in DeleteNode()