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/
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
534 const TiXmlNode* LastChild( const char * value ) const; /// The last child of this node matching 'value'. Will be null if there are no children.
535 TiXmlNode* LastChild( const char * _value ) { in LastChild() function in TiXmlNode
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 ()); } ///< 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
578 /** Add a new node related to this. Adds a child past the LastChild
[all...]
H A Dtinyxml.cpp373 const TiXmlNode* TiXmlNode::LastChild( const char * _value ) const in LastChild() function in TiXmlNode
1787 && element.LastChild() == element.FirstChild()
/third_party/lame/ACM/tinyxml/
H A Dxmltest.cpp234 for( node = doc.LastChild(); in main()
275 for( node = todoElement->LastChild( "Item" ); in main()
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
299 TiXmlNode* LastChild( const std::string& value ) const; /// The last child of this node matching 'value'. Will be null if there are no children.
322 /** Add a new node related to this. Adds a child past the LastChild.
H A Dtinyxml.cpp250 TiXmlNode* TiXmlNode::LastChild( const std::string& value ) const in LastChild() function in TiXmlNode

Completed in 7 milliseconds