Home
last modified time | relevance | path

Searched refs:ToDocument (Results 1 – 6 of 6) 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/tinyxml/
Dtinyxml.cpp593 if ( node->ToDocument() ) in GetDocument()
594 return node->ToDocument(); in GetDocument()
605 if ( node->ToDocument() ) in GetDocument()
606 return node->ToDocument(); in GetDocument()
Dtinyxml.h636 …const TiXmlDocument* ToDocument() const { return ( this && type == DOCUMENT ) ? (const TiXmlDocum… in ToDocument() function
643 …TiXmlDocument* ToDocument() { return ( this && type == DOCUMENT ) ? (TiXmlDocument*) this : 0; }… in ToDocument() function
/external/tinyxml2/
Dtinyxml2.h697 virtual XMLDocument* ToDocument() { in ToDocument() function
718 virtual const XMLDocument* ToDocument() const { in ToDocument() function
1668 virtual XMLDocument* ToDocument() { in ToDocument() function
1672 virtual const XMLDocument* ToDocument() const { in ToDocument() function
Dtinyxml2.cpp766 if ( this->ToDocument() ) in Value()
1044 if (ToDocument()) { in ParseDeep()
1108 if (!node->ToDocument()) { in DeleteNode()