template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1326 of file fidling/gen/sdk/fidl/fuchsia.memory.sampler/fuchsia.memory.sampler/cpp/fidl/fuchsia.memory.sampler/cpp/wire_types.h
Public Methods
::fuchsia_memory_sampler::wire::SamplerSetProcessInfoRequest Build ()
Build and return the table. The builder should not be used after this.
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 ()
Name of the instrumented process.
BuilderImpl & process_name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
Name of the instrumented process.
bool has_module_map ()
void clear_module_map ()
Clears the module_map field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_memory_sampler::wire::ModuleMap> & module_map ()
Current module layout, for symbolization.
BuilderImpl & module_map (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_memory_sampler::wire::ModuleMap>>> elem)
Current module layout, for symbolization.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_memory_sampler::wire::SamplerSetProcessInfoRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_memory_sampler::wire::SamplerSetProcessInfoRequest>> && frame)