Home
last modified time | relevance | path

Searched defs:ReadBinaryOptions (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/vector/vector-0.10.0/cargo-crates/wabt-sys-0.7.1/wabt/src/
H A Dbinary-reader.h34 struct ReadBinaryOptions { struct
36 ReadBinaryOptions(const Features& features, in ReadBinaryOptions() function
47 Features features;
48 Stream* log_stream = nullptr;
49 bool read_debug_names = false;
50 bool stop_on_first_error = true;
51 bool fail_on_custom_section_error = true;
/dports/www/firefox/firefox-99.0/third_party/wasm2c/src/
H A Dbinary-reader.h34 struct ReadBinaryOptions { struct
36 ReadBinaryOptions(const Features& features, in ReadBinaryOptions() function
47 Features features;
48 Stream* log_stream = nullptr;
49 bool read_debug_names = false;
50 bool stop_on_first_error = true;
51 bool fail_on_custom_section_error = true;
/dports/sysutils/vector/vector-0.10.0/cargo-crates/wabt-0.9.2/src/
H A Dlib.rs531 pub struct ReadBinaryOptions { struct
536 impl Default for ReadBinaryOptions { argument
684 options: &ReadBinaryOptions, in read_binary()