Searched refs:WriteBuffer (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/host/zbi/
H A Dzbi.cpp447 // WriteBuffer will accumulate the compressed size in header_.length.
457 WriteBuffer(out, std::move(buffer), size);
471 WriteBuffer(out, std::move(buffer), actual_size);
481 WriteBuffer(out, std::move(buffer), actual_size);
529 void WriteBuffer(OutputStream* out, Buffer buffer, size_t actual_size) { function in class:__anon583::Compressor

Completed in 76 milliseconds