Home
last modified time | relevance | path

Searched refs:LastChild (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h531 …const TiXmlNode* LastChild() const { return lastChild; } /// The last child of this node. Will be… in LastChild() function
532 TiXmlNode* LastChild() { return lastChild; } in LastChild() function
534 …const TiXmlNode* LastChild( const char * value ) const; /// The last child of this node matching…
535 TiXmlNode* LastChild( const char * _value ) { in LastChild() function
536 return const_cast< TiXmlNode* > ((const_cast< const TiXmlNode* >(this))->LastChild( _value )); in LastChild()
542 …const TiXmlNode* LastChild( const std::string& _value ) const { return LastChild (_value.c_str ())… in LastChild() function
543 …TiXmlNode* LastChild( const std::string& _value ) { return LastChild (_value.c_str ()); } ///< … in LastChild() function
Dtinyxml.cpp373 const TiXmlNode* TiXmlNode::LastChild( const char * _value ) const in LastChild() function in TiXmlNode
1787 && element.LastChild() == element.FirstChild() in VisitEnter()
/third_party/lame/ACM/tinyxml/
Dxmltest.cpp234 for( node = doc.LastChild(); in main()
275 for( node = todoElement->LastChild( "Item" ); in main()
Dtinyxml.h298 …TiXmlNode* LastChild() const { return lastChild; } /// The last child of this node. Will be null … in LastChild() function
299 …TiXmlNode* LastChild( const std::string& value ) const; /// The last child of this node matching …
Dtinyxml.cpp250 TiXmlNode* TiXmlNode::LastChild( const std::string& value ) const in LastChild() function in TiXmlNode