Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A Dtinyxml2.cpp1147 rootAttribute( 0 ) in XMLElement()
1154 while( rootAttribute ) { in ~XMLElement()
1155 XMLAttribute* next = rootAttribute->next; in ~XMLElement()
1156 DELETE_ATTRIBUTE( rootAttribute ); in ~XMLElement()
1157 rootAttribute = next; in ~XMLElement()
1165 for( a = rootAttribute; a; a = a->next ) { in FindAttribute()
1176 for( a = rootAttribute; a; a = a->next ) { in FindAttribute()
1274 for( attrib = rootAttribute; in FindOrCreateAttribute()
1289 rootAttribute = attrib; in FindOrCreateAttribute()
1300 for( XMLAttribute* a = rootAttribute; a; a = a->next ) { in DeleteAttribute()
[all …]
H A Dtinyxml2.h1182 return rootAttribute; in FirstAttribute()
1281 XMLAttribute* rootAttribute; variable