class DecompressRequest

Defined at line 107 of file fidling/gen/src/storage/blobfs/fuchsia.blobfs.internal/cpp/fidl/fuchsia.blobfs.internal/cpp/natural_types.h

A request sent to the decompressor.

Public Methods

void DecompressRequest (Storage_ storage)
void DecompressRequest (::fuchsia_blobfs_internal::Range decompressed, ::fuchsia_blobfs_internal::Range compressed, ::fuchsia_blobfs_internal::CompressionAlgorithm algorithm)
void DecompressRequest ()

Default constructs a |DecompressRequest| only if all of its members are default constructible.

Defined at line 118 of file fidling/gen/src/storage/blobfs/fuchsia.blobfs.internal/cpp/fidl/fuchsia.blobfs.internal/cpp/natural_types.h

void DecompressRequest (DecompressRequest && )

Defined at line 121 of file fidling/gen/src/storage/blobfs/fuchsia.blobfs.internal/cpp/fidl/fuchsia.blobfs.internal/cpp/natural_types.h

void DecompressRequest (const DecompressRequest & other)
DecompressRequest & operator= (DecompressRequest && )

Defined at line 122 of file fidling/gen/src/storage/blobfs/fuchsia.blobfs.internal/cpp/fidl/fuchsia.blobfs.internal/cpp/natural_types.h

DecompressRequest & operator= (const DecompressRequest & other)
bool operator== (const DecompressRequest & other)
bool operator!= (const DecompressRequest & other)
const ::fuchsia_blobfs_internal::Range & decompressed ()

The bytes where the decompressed result will be placed.

::fuchsia_blobfs_internal::Range & decompressed ()

The bytes where the decompressed result will be placed.

DecompressRequest & decompressed (::fuchsia_blobfs_internal::Range value)

The bytes where the decompressed result will be placed.

const ::fuchsia_blobfs_internal::Range & compressed ()

The bytes from the compressed input to extract from.

::fuchsia_blobfs_internal::Range & compressed ()

The bytes from the compressed input to extract from.

DecompressRequest & compressed (::fuchsia_blobfs_internal::Range value)

The bytes from the compressed input to extract from.

::fuchsia_blobfs_internal::CompressionAlgorithm algorithm ()

Algorithm to use for decompression.

::fuchsia_blobfs_internal::CompressionAlgorithm & algorithm ()

Algorithm to use for decompression.

DecompressRequest & algorithm (::fuchsia_blobfs_internal::CompressionAlgorithm value)

Algorithm to use for decompression.

void DecompressRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits