Searched refs:CommonOptions (Results 1 – 12 of 12) sorted by relevance
| /wasmtime-44.0.1/crates/cli-flags/src/ |
| H A D | lib.rs | 575 pub struct CommonOptions { struct 689 impl CommonOptions { implementation 691 pub fn new() -> CommonOptions { in new() 692 CommonOptions { in new() 1183 toml::from_str::<CommonOptions>(&file_contents) in from_file() 1275 let parsed_strategy = toml::from_str::<CommonOptions>(&toml) in from_toml() 1312 impl Default for CommonOptions { implementation 1313 fn default() -> CommonOptions { in default() 1314 CommonOptions::new() in default() 1318 impl fmt::Display for CommonOptions { implementation [all …]
|
| /wasmtime-44.0.1/src/commands/ |
| H A D | explore.rs | 7 use wasmtime_cli_flags::CommonOptions; 13 common: CommonOptions,
|
| H A D | wast.rs | 6 use wasmtime_cli_flags::CommonOptions; 13 common: CommonOptions,
|
| H A D | compile.rs | 7 use wasmtime_cli_flags::CommonOptions; 35 pub common: CommonOptions,
|
| /wasmtime-44.0.1/crates/bench-api/src/ |
| H A D | lib.rs | 144 use wasmtime_cli_flags::CommonOptions; 241 fn execution_flags(&self) -> Result<CommonOptions> { in execution_flags() argument 251 let options = CommonOptions::try_parse_from( in execution_flags() 410 mut options: CommonOptions, in new() argument
|
| /wasmtime-44.0.1/crates/fuzzing/src/generators/ |
| H A D | instance_allocation_strategy.rs | 15 pub fn configure(&self, cfg: &mut wasmtime_cli_flags::CommonOptions) { in configure() argument
|
| H A D | codegen_settings.rs | 21 pub fn configure(&self, config: &mut wasmtime_cli_flags::CommonOptions) { in configure() argument
|
| H A D | pooling_config.rs | 43 pub fn configure(&self, cfg: &mut wasmtime_cli_flags::CommonOptions) { in configure() argument
|
| H A D | memory.rs | 178 pub fn configure(&self, cfg: &mut wasmtime_cli_flags::CommonOptions) { in configure() argument
|
| H A D | config.rs | 273 let mut cfg = wasmtime_cli_flags::CommonOptions::default(); in to_wasmtime() 895 pub fn configure(&self, config: &mut wasmtime_cli_flags::CommonOptions) { in configure() argument
|
| /wasmtime-44.0.1/tests/ |
| H A D | disas.rs | 55 use wasmtime_cli_flags::CommonOptions; 150 opts: CommonOptions, 181 let mut opts = wasmtime_cli_flags::CommonOptions::try_parse_from(&flags)?; in new()
|
| /wasmtime-44.0.1/src/ |
| H A D | common.rs | 10 use wasmtime_cli_flags::{CommonOptions, opt::WasmtimeOptionValue}; 52 pub common: CommonOptions,
|