Searched refs:otherArray (Results 1 – 1 of 1) sorted by relevance
967 typename std::vector<value> otherArray; in CompareTwoArrayData() local968 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()