Home
last modified time | relevance | path

Searched refs:CommonOptions (Results 1 – 12 of 12) sorted by relevance

/wasmtime-44.0.1/crates/cli-flags/src/
H A Dlib.rs575 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 Dexplore.rs7 use wasmtime_cli_flags::CommonOptions;
13 common: CommonOptions,
H A Dwast.rs6 use wasmtime_cli_flags::CommonOptions;
13 common: CommonOptions,
H A Dcompile.rs7 use wasmtime_cli_flags::CommonOptions;
35 pub common: CommonOptions,
/wasmtime-44.0.1/crates/bench-api/src/
H A Dlib.rs144 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 Dinstance_allocation_strategy.rs15 pub fn configure(&self, cfg: &mut wasmtime_cli_flags::CommonOptions) { in configure() argument
H A Dcodegen_settings.rs21 pub fn configure(&self, config: &mut wasmtime_cli_flags::CommonOptions) { in configure() argument
H A Dpooling_config.rs43 pub fn configure(&self, cfg: &mut wasmtime_cli_flags::CommonOptions) { in configure() argument
H A Dmemory.rs178 pub fn configure(&self, cfg: &mut wasmtime_cli_flags::CommonOptions) { in configure() argument
H A Dconfig.rs273 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 Ddisas.rs55 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 Dcommon.rs10 use wasmtime_cli_flags::{CommonOptions, opt::WasmtimeOptionValue};
52 pub common: CommonOptions,