template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 555 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h
Public Methods
::fuchsia_feedback::wire::NativeCrashReport Build ()
Build and return the table. The builder should not be used after this.
bool has_minidump ()
void clear_minidump ()
Clears the minidump field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_mem::wire::Buffer & minidump ()
The core dump in the Minidump format.
BuilderImpl & minidump (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_mem::wire::Buffer>> elem)
The core dump in the Minidump format.
bool has_process_name ()
void clear_process_name ()
Clears the process_name field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & process_name ()
The name of the crashed process.
BuilderImpl & process_name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The name of the crashed process.
bool has_process_koid ()
void clear_process_koid ()
Clears the process_koid field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & process_koid ()
The kernel object id of the crashed process.
BuilderImpl & process_koid (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
The kernel object id of the crashed process.
bool has_thread_name ()
void clear_thread_name ()
Clears the thread_name field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & thread_name ()
The name of the crashed thread.
BuilderImpl & thread_name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The name of the crashed thread.
bool has_thread_koid ()
void clear_thread_koid ()
Clears the thread_koid field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & thread_koid ()
The kernel object id of the crashed thread.
BuilderImpl & thread_koid (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
The kernel object id of the crashed thread.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_feedback::wire::NativeCrashReport, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_feedback::wire::NativeCrashReport>> && frame)