Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp82 vector<std::reference_wrapper<Entry>> expVec(expectVec.begin(), expectVec.end()); in CompareEntriesVector() local
84 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()