template <>

class WireTableBuilder

Defined at line 479 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/wire_types.h

Public Methods

template <typename First = ::fidl::StringView, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::StringView>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_storage_block::wire::BlockGetMetadataResponse> & name (First && first, Args &&... args_)

Defined at line 490 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/wire_types.h

template <typename First = ::fuchsia_storage_block::wire::Guid, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_storage_block::wire::Guid>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_storage_block::wire::BlockGetMetadataResponse> & type_guid (First && first, Args &&... args_)

Defined at line 501 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/wire_types.h

template <typename First = ::fuchsia_storage_block::wire::Guid, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_storage_block::wire::Guid>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_storage_block::wire::BlockGetMetadataResponse> & instance_guid (First && first, Args &&... args_)

Defined at line 512 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/wire_types.h

template <typename First = uint64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<uint64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_storage_block::wire::BlockGetMetadataResponse> & start_block_offset (First && first, Args &&... args_)

start_block_offset will be absent if the partition is non-contiguous.

Defined at line 524 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/wire_types.h

template <typename First = uint64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<uint64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_storage_block::wire::BlockGetMetadataResponse> & num_blocks (First && first, Args &&... args_)

num_blocks will be absent if the partition is a dynamic volume, in which case

fuchsia.storage.block.Block/GetVolumeInfo should be called instead.

Defined at line 537 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/wire_types.h

template <typename First = uint64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<uint64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_storage_block::wire::BlockGetMetadataResponse> & flags (First && first, Args &&... args_)

Defined at line 548 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/wire_types.h

Friends

template <>
class BlockGetMetadataResponse