class DecompressResponse
Defined at line 195 of file fidling/gen/src/storage/blobfs/fuchsia.blobfs.internal/cpp/fidl/fuchsia.blobfs.internal/cpp/natural_types.h
A response from the decompressor after handling a `DecompressRangeRequest`.
Public Methods
void DecompressResponse (Storage_ storage)
void DecompressResponse (uint64_t size, int32_t status, ::std::array<int8_t, 24> reserved)
void DecompressResponse ()
Default constructs a |DecompressResponse| only if all of its members are default constructible.
Defined at line 206 of file fidling/gen/src/storage/blobfs/fuchsia.blobfs.internal/cpp/fidl/fuchsia.blobfs.internal/cpp/natural_types.h
void DecompressResponse (DecompressResponse && )
Defined at line 209 of file fidling/gen/src/storage/blobfs/fuchsia.blobfs.internal/cpp/fidl/fuchsia.blobfs.internal/cpp/natural_types.h
void DecompressResponse (const DecompressResponse & other)
DecompressResponse & operator= (DecompressResponse && )
Defined at line 210 of file fidling/gen/src/storage/blobfs/fuchsia.blobfs.internal/cpp/fidl/fuchsia.blobfs.internal/cpp/natural_types.h
DecompressResponse & operator= (const DecompressResponse & other)
bool operator== (const DecompressResponse & other)
bool operator!= (const DecompressResponse & other)
uint64_t size ()
Decompressed size in bytes.
uint64_t & size ()
Decompressed size in bytes.
DecompressResponse & size (uint64_t value)
Decompressed size in bytes.
int32_t status ()
Operation status.
int32_t & status ()
Operation status.
DecompressResponse & status (int32_t value)
Operation status.
const ::std::array<int8_t, 24> & reserved ()
Padding out to the same length as `DecompressRangeRequest`. Values must be zero.
::std::array<int8_t, 24> & reserved ()
Padding out to the same length as `DecompressRangeRequest`. Values must be zero.
DecompressResponse & reserved (::std::array<int8_t, 24> value)
Padding out to the same length as `DecompressRangeRequest`. Values must be zero.
void DecompressResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits