Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/adapter/ohos/capability/
H A Dhtml_convert_test.cpp124 auto otherIt = other.front(); in IsSpanItemSame() local
125 …if (it->interval.first != otherIt->interval.first || it->interval.second != otherIt->interval.seco… in IsSpanItemSame()
126 it->content != otherIt->content) { in IsSpanItemSame()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Ddata_ability_operation.cpp109 …std::map<int, int>::const_iterator otherIt = other.dataAbilityPredicatesBackReferences_.find(it->f… in operator ==() local
110 if (otherIt != other.dataAbilityPredicatesBackReferences_.end()) { in operator ==()
111 if (otherIt->second != it->second) { in operator ==()