Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dpac_map.cpp967 typename std::vector<value> otherArray; in CompareTwoArrayData() local
968 GetArrayData<iid, id, value>(IArray::Query(two_interface), otherArray, IsArrayfunc); in CompareTwoArrayData()
969 if (array.size() != 0 && otherArray.size() != 0 && array.size() != otherArray.size()) { in CompareTwoArrayData()
973 auto it = std::find(otherArray.begin(), otherArray.end(), array[i]); in CompareTwoArrayData()