Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A Dtinyxml2.cpp1409 for( const XMLAttribute* a = FirstAttribute(); a; a = a->Next() ) { in ShallowClone()
1421 const XMLAttribute* a = FirstAttribute(); in ShallowEqual()
1422 const XMLAttribute* b = other->FirstAttribute(); in ShallowEqual()
H A Dtinyxml2.h1181 const XMLAttribute* FirstAttribute() const { in FirstAttribute() function