class DebugReplayXorRecordProfileResult
Defined at line 4345 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h
Public Methods
void DebugReplayXorRecordProfileResult (DebugReplayXorRecordProfileResult && other)
DebugReplayXorRecordProfileResult & operator= (DebugReplayXorRecordProfileResult && other)
void DebugReplayXorRecordProfileResult (const DebugReplayXorRecordProfileResult & other)
DebugReplayXorRecordProfileResult & operator= (const DebugReplayXorRecordProfileResult & other)
bool operator== (const DebugReplayXorRecordProfileResult & other)
bool operator!= (const DebugReplayXorRecordProfileResult & other)
::fuchsia_fxfs::DebugReplayXorRecordProfileResult::Tag Which ()
DebugReplayXorRecordProfileResult WithResponse (::fuchsia_fxfs::DebugReplayXorRecordProfileResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
DebugReplayXorRecordProfileResult & response (::fuchsia_fxfs::DebugReplayXorRecordProfileResponse value)
Sets the union to hold the response member.
DebugReplayXorRecordProfileResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
DebugReplayXorRecordProfileResult & err (int32_t value)
Sets the union to hold the err member.
void DebugReplayXorRecordProfileResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum class Tag : fidl_xunion_tag_t
| Name | Value | Comments |
|---|---|---|
| kResponse | 1 |
0x1 |
| kErr | 2 |
0x2 |
TODO: share union tag types between wire
&
natural.
Defined at line 4355 of file fidling/gen/src/storage/fxfs/fidl/fuchsia.fxfs/fuchsia.fxfs/cpp/fidl/fuchsia.fxfs/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits