Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_common.cpp336 bool RegedGiantObject::CheckEqual(const RegedGiantObject &inLeft, const RegedGiantObject &inRight) in CheckEqual() argument
338 if (inLeft.rawData_.size() != inRight.rawData_.size()) { in CheckEqual()
343 uint8_t right = inRight.rawData_[index]; in CheckEqual()
H A Ddistributeddb_communicator_common.h56 static bool CheckEqual(const RegedGiantObject &inLeft, const RegedGiantObject &inRight);