Lines Matching refs:Blob
75 Blob recompressed_blob_hash; in StoreDstCompressedFileInfo()
86 template <typename Blob>
87 static bool TryBsdiff(Blob src, Blob dst, Blob* output) noexcept { in TryBsdiff()
92 Blob bsdiff_delta; in TryBsdiff()
122 static bool ConstructLz4diffPatch(Blob inner_patch, in ConstructLz4diffPatch()
124 Blob* output) { in ConstructLz4diffPatch()
125 Blob patch(kLz4diffHeaderSize); in ConstructLz4diffPatch()
143 Blob* output) noexcept { in TryPuffdiff()
153 Blob puffdiff_delta; in TryPuffdiff()
184 Blob* output, in Lz4Diff()
200 Blob patch_data; in Lz4Diff()
209 Blob puffdiff_delta; in Lz4Diff()
233 bool Lz4Diff(const Blob& src, in Lz4Diff()
234 const Blob& dst, in Lz4Diff()
237 Blob* output, in Lz4Diff()