Home
last modified time | relevance | path

Searched refs:LastAttribute (Results 1 – 3 of 3) sorted by relevance

/external/tinyxml/
Dtinyxml.h950 …const TiXmlAttribute* LastAttribute() const { return attributeSet.Last(); } ///< Access the last… in LastAttribute() function
951 TiXmlAttribute* LastAttribute() { return attributeSet.Last(); } in LastAttribute() function
Dchanges.txt5 - Renamed 'LastAttribtute' to 'LastAttribute'
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1086 …const TiXmlAttribute* LastAttribute() const { return attributeSet.Last(); } ///< Access the last… in LastAttribute() function
1087 TiXmlAttribute* LastAttribute() { return attributeSet.Last(); } in LastAttribute() function