Home
last modified time | relevance | path

Searched defs:LastChild (Results 1 - 4 of 4) sorted by relevance

/third_party/lame/ACM/tinyxml/
H A Dtinyxml.cpp250 TiXmlNode* TiXmlNode::LastChild( const std::string& value ) const in LastChild() function in TiXmlNode
H A Dtinyxml.h298 TiXmlNode* LastChild() const { return lastChild; } /// The last child of this node. Will be null if there are no children. in LastChild() function in TiXmlNode
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp373 const TiXmlNode* TiXmlNode::LastChild( const char * _value ) const in LastChild() function in TiXmlNode
H A Dtinyxml.h531 const TiXmlNode* LastChild() const { return lastChild; } /// The last child of this node. Will be null if there are no children. in LastChild() function in TiXmlNode
532 TiXmlNode* LastChild() { return lastChild; } in LastChild() function in TiXmlNode
535 TiXmlNode* LastChild( const char * _value ) { in LastChild() function in TiXmlNode
542 const TiXmlNode* LastChild( const std::string& _value ) const { return LastChild (_value.c_str ()); } ///< STL std::string form. in LastChild() function in TiXmlNode
543 TiXmlNode* LastChild( const std::string& _value ) { return LastChild (_value.c_str ()); } ///< STL std::string form. in LastChild() function in TiXmlNode
[all...]

Completed in 6 milliseconds