Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.cpp1887 XMLAttribute* prevAttribute = 0; in ParseAttributes() local
1916 if ( prevAttribute ) { in ParseAttributes()
1917 TIXMLASSERT( prevAttribute->_next == 0 ); in ParseAttributes()
1918 prevAttribute->_next = attrib; in ParseAttributes()
1924 prevAttribute = attrib; in ParseAttributes()