Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplaceattribute.cpp170 QPlaceAttribute prevAttribute = m_attribute; in setAttribute() local
173 if (m_attribute.label() != prevAttribute.label()) in setAttribute()
175 if (m_attribute.text() != prevAttribute.text()) in setAttribute()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A Dtinyxml2.cpp1319 XMLAttribute* prevAttribute = 0; in ParseAttributes() local
1345 if ( prevAttribute ) { in ParseAttributes()
1346 prevAttribute->next = attrib; in ParseAttributes()
1351 prevAttribute = attrib; in ParseAttributes()