Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp73 std::vector<DistributedDB::Entry>& expectVec) in CompareEntriesVector() argument
75 if (retVec.size() != expectVec.size()) { in CompareEntriesVector()
76 MST_LOG("retVec.size() = %zd, expectVec.size() = %zd", retVec.size(), expectVec.size()); in CompareEntriesVector()
82 vector<std::reference_wrapper<Entry>> expVec(expectVec.begin(), expectVec.end()); in CompareEntriesVector()
1931 vector<Entry> expectVec(lst.begin(), lst.end()); local
1932 result = CompareEntriesVector(retVec, expectVec);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributed_test_tools.h107 std::vector<DistributedDB::Entry>& expectVec);