class SanitizerOptions
Defined at line 3243 of file fidling/gen/src/sys/fuzzing/fidl/fuchsia.fuzzer/hlcpp/fuchsia/fuzzer/cpp/fidl.h
Corresponds to sanitizer enviroment variables.
The options are ignored unless `name` must end in "...SAN_OPTIONS", e.g.
"ASAN_OPTIONS". `value` should be a ':'-delimited list of options, e.g.
"verbosity=1:malloc_context_size=20".
For more details, see the following:
* https://github.com/google/sanitizers/wiki/SanitizerCommonFlags
* https://github.com/google/sanitizers/wiki/AddressSanitizerFlags
Public Members
basic_string name
basic_string value
Public Methods
::std::unique_ptr<SanitizerOptions> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, SanitizerOptions * value, size_t _offset)
zx_status_t Clone (SanitizerOptions * result)