Searched refs:crc64 (Results 1 – 3 of 3) sorted by relevance
31 PutObjectResult(const std::string eTag, const uint64_t crc64) :eTag_(eTag), crc64_(crc64) {} in PutObjectResult() argument
109 …part.crc64 = std::strtoull(outcome.result().Metadata().HttpMetaData().at("x-oss-hash-crc64ecma-by-… in Download()132 root["parts"][index]["crc64"] = partR.crc64; in Download()204 uint64_t localCRC64 = downloadedParts[0].crc64; in Download()206 … localCRC64 = CRC64::CombineCRC(localCRC64, downloadedParts[i].crc64, downloadedParts[i].size); in Download()306 root["parts"][index]["crc64"] = part.crc64; in validateRecord()350 part.crc64 = partValue["crc64"].asUInt64(); in loadRecord()
29 uint64_t crc64; member
Completed in 5 milliseconds