Searched refs:GetHashValueWithPrimaryKeyMap (Results 1 – 4 of 4) sorted by relevance
115 … static std::pair<int, std::vector<uint8_t>> GetHashValueWithPrimaryKeyMap(const VBucket &vBucket,
992 std::pair<int, std::vector<uint8_t>> CloudStorageUtils::GetHashValueWithPrimaryKeyMap(const VBucket… in GetHashValueWithPrimaryKeyMap() function in DistributedDB::CloudStorageUtils
181 std::tie(errCode, hashValue) = CloudStorageUtils::GetHashValueWithPrimaryKeyMap(vBucket, in GetPrimaryKeyHashValue()
1818 auto [errorCode, hashValue] = CloudStorageUtils::GetHashValueWithPrimaryKeyMap(record, in UpsertDataInTransaction()