Searched refs:expVec (Results 1 – 1 of 1) sorted by relevance
82 vector<std::reference_wrapper<Entry>> expVec(expectVec.begin(), expectVec.end()); in CompareEntriesVector() local84 sort(expVec.begin(), expVec.end(), DistributedTestTools::CompareKey); in CompareEntriesVector()87 result = ((retVector[at].get().key == expVec[at].get().key) && in CompareEntriesVector()88 (retVector[at].get().value == expVec[at].get().value)); in CompareEntriesVector()93 string expKey(expVec[at].get().key.begin(), expVec[at].get().key.end()); in CompareEntriesVector()94 string expValue(expVec[at].get().value.begin(), expVec[at].get().value.end()); in CompareEntriesVector()