template <>
class WireWeakSyncClientImpl
Defined at line 421 of file fidling/gen/src/storage/blobfs/fuchsia.blobfs.internal/cpp/fidl/fuchsia.blobfs.internal/cpp/wire_messaging.h
Public Methods
::fidl::WireResult< ::fuchsia_blobfs_internal::DecompressorCreator::Create> Create (::zx::fifo && server_end, ::zx::vmo && compressed_vmo, ::zx::vmo && decompressed_vmo)
Takes the server end of a fifo for `DecompressRangeRequest` objects to
handle requests and put `DecopmressRangeResponse` responses on. Data
for requests is read from `compressed_vmo` and results written to
`decompressed_vmo`.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.