Home
last modified time | relevance | path

Searched refs:allowed_clock_drift_for_files_from_future (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/cache/src/config/
H A Dtests.rs114 conf.allowed_clock_drift_for_files_from_future(), in test_all_settings()
332 conf.allowed_clock_drift_for_files_from_future(), in test_duration_settings()
495 config.allowed_clock_drift_for_files_from_future, in test_builder_default()
496 expected_config.allowed_clock_drift_for_files_from_future in test_builder_default()
551 conf.allowed_clock_drift_for_files_from_future(), in test_builder_all_settings()
/wasmtime-44.0.1/crates/cache/src/
H A Dconfig.rs67 allowed_clock_drift_for_files_from_future: Duration, field
105 allowed_clock_drift_for_files_from_future: in default()
375 generate_setting_getter!(allowed_clock_drift_for_files_from_future: Duration);
458 self.allowed_clock_drift_for_files_from_future = drift; in with_allowed_clock_drift_for_files_from_future()
H A Dworker.rs302 .allowed_clock_drift_for_files_from_future(), in handle_on_cache_get()
430 .allowed_clock_drift_for_files_from_future(), in handle_on_cache_update()
443 .allowed_clock_drift_for_files_from_future(), in handle_on_cache_update()
613 cache_config.allowed_clock_drift_for_files_from_future(), in list_cache_contents()
634 cache_config.allowed_clock_drift_for_files_from_future(), in list_cache_contents()
H A Dlib.rs91 generate_config_setting_getter!(allowed_clock_drift_for_files_from_future: Duration);