Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.cpp1110 rootAttribute( 0 ) in XMLElement()
1117 while( rootAttribute ) { in ~XMLElement()
1118 XMLAttribute* next = rootAttribute->next; in ~XMLElement()
1119 DELETE_ATTRIBUTE( rootAttribute ); in ~XMLElement()
1120 rootAttribute = next; in ~XMLElement()
1128 for( a=rootAttribute; a; a = a->next ) { in FindAttribute()
1139 for( a=rootAttribute; a; a = a->next ) { in FindAttribute()
1237 for( attrib = rootAttribute; in FindOrCreateAttribute()
1252 rootAttribute = attrib; in FindOrCreateAttribute()
1263 for( XMLAttribute* a=rootAttribute; a; a=a->next ) { in DeleteAttribute()
[all …]
Dtinyxml2.h934 const XMLAttribute* FirstAttribute() const { return rootAttribute; } in FirstAttribute()
1030 XMLAttribute* rootAttribute; variable