Searched refs:i_src (Results 1 – 1 of 1) sorted by relevance
282 uint64_t i_src = 0; in CompressBlob() local296 uint64_t num_bytes = BytesBigToUInt64(blob, i_src, kInt64Type); in CompressBlob()298 …dst_blob.insert(dst_blob.end(), blob.begin() + i_src, blob.begin() + i_src + kInt64Len + num_bytes… in CompressBlob()299 i_src += kInt64Len + num_bytes; in CompressBlob()304 …std::vector<uint8_t> blob_slice(blob.begin() + i_src + kInt64Len, blob.begin() + i_src + kInt64Len… in CompressBlob()313 i_src += kInt64Len + num_bytes; in CompressBlob()