Home
last modified time | relevance | path

Searched defs:ToElement (Results 1 – 1 of 1) sorted by relevance

/external/tinyxml/
Dtinyxml.h637 …const TiXmlElement* ToElement() const { return ( this && type == ELEMENT ) ? (const TiXmlEleme… in ToElement() function
644 …TiXmlElement* ToElement() { return ( this && type == ELEMENT ) ? (TiXmlElement*) this : 0; } … in ToElement() function