Home
last modified time | relevance | path

Searched refs:_instance_type (Results 1 – 25 of 136) sorted by relevance

123456

/wasmtime-44.0.1/crates/component-macro/tests/expanded/
H A Dsmoke-default.rs116 let _instance_type = _instance_pre.instance_type(); in new() localVariable
124 func.typecheck::<(), ()>(&_instance_type), in new()
H A Dfunction-new.rs116 let _instance_type = _instance_pre.instance_type(); in new() localVariable
124 func.typecheck::<(), ()>(&_instance_type), in new()
H A Dfunction-new_concurrent.rs116 let _instance_type = _instance_pre.instance_type(); in new() localVariable
124 func.typecheck::<(), ()>(&_instance_type), in new()
H A Dfunction-new_async.rs116 let _instance_type = _instance_pre.instance_type(); in new() localVariable
124 func.typecheck::<(), ()>(&_instance_type), in new()
H A Dsmoke-default_async.rs116 let _instance_type = _instance_pre.instance_type(); in new() localVariable
124 func.typecheck::<(), ()>(&_instance_type), in new()
H A Dsmoke-default_tracing_async.rs116 let _instance_type = _instance_pre.instance_type(); in new() localVariable
124 func.typecheck::<(), ()>(&_instance_type), in new()
H A Dfunction-new_tracing_async.rs116 let _instance_type = _instance_pre.instance_type(); in new() localVariable
124 func.typecheck::<(), ()>(&_instance_type), in new()
H A Dsmoke-default_concurrent.rs116 let _instance_type = _instance_pre.instance_type(); in new() localVariable
124 func.typecheck::<(), ()>(&_instance_type), in new()
H A Dwat_tracing_async.rs116 let _instance_type = _instance_pre.instance_type(); in new() localVariable
232 let _instance_type = _instance_pre.instance_type(); in load() localVariable
H A Dwat_concurrent.rs116 let _instance_type = _instance_pre.instance_type(); in new() localVariable
232 let _instance_type = _instance_pre.instance_type(); in load() localVariable
H A Dwat_async.rs116 let _instance_type = _instance_pre.instance_type(); in new() localVariable
232 let _instance_type = _instance_pre.instance_type(); in load() localVariable
H A Dwat.rs116 let _instance_type = _instance_pre.instance_type(); in new() localVariable
232 let _instance_type = _instance_pre.instance_type(); in load() localVariable
H A Dsmoke-export_tracing_async.rs116 let _instance_type = _instance_pre.instance_type(); in new() localVariable
225 let _instance_type = _instance_pre.instance_type(); in load() localVariable
H A Dsmoke-export_concurrent.rs116 let _instance_type = _instance_pre.instance_type(); in new() localVariable
225 let _instance_type = _instance_pre.instance_type(); in load() localVariable
H A Dsmoke-export.rs116 let _instance_type = _instance_pre.instance_type(); in new() localVariable
225 let _instance_type = _instance_pre.instance_type(); in load() localVariable
H A Dsmoke-export_async.rs116 let _instance_type = _instance_pre.instance_type(); in new() localVariable
225 let _instance_type = _instance_pre.instance_type(); in load() localVariable
H A Dmultiversion.rs118 let _instance_type = _instance_pre.instance_type(); in new() localVariable
334 let _instance_type = _instance_pre.instance_type(); in load() localVariable
413 let _instance_type = _instance_pre.instance_type(); in load() localVariable
H A Dresources-export_concurrent.rs122 let _instance_type = _instance_pre.instance_type(); in new() localVariable
355 let _instance_type = _instance_pre.instance_type(); in load() localVariable
510 let _instance_type = _instance_pre.instance_type(); in load() localVariable
666 let _instance_type = _instance_pre.instance_type(); in load() localVariable
762 let _instance_type = _instance_pre.instance_type(); in load() localVariable
H A Dresources-export.rs122 let _instance_type = _instance_pre.instance_type(); in new() localVariable
358 let _instance_type = _instance_pre.instance_type(); in load() localVariable
501 let _instance_type = _instance_pre.instance_type(); in load() localVariable
643 let _instance_type = _instance_pre.instance_type(); in load() localVariable
735 let _instance_type = _instance_pre.instance_type(); in load() localVariable
H A Dresources-export_async.rs122 let _instance_type = _instance_pre.instance_type(); in new() localVariable
363 let _instance_type = _instance_pre.instance_type(); in load() localVariable
521 let _instance_type = _instance_pre.instance_type(); in load() localVariable
678 let _instance_type = _instance_pre.instance_type(); in load() localVariable
775 let _instance_type = _instance_pre.instance_type(); in load() localVariable
H A Dmultiversion_async.rs118 let _instance_type = _instance_pre.instance_type(); in new() localVariable
338 let _instance_type = _instance_pre.instance_type(); in load() localVariable
420 let _instance_type = _instance_pre.instance_type(); in load() localVariable
H A Dmultiversion_concurrent.rs118 let _instance_type = _instance_pre.instance_type(); in new() localVariable
326 let _instance_type = _instance_pre.instance_type(); in load() localVariable
409 let _instance_type = _instance_pre.instance_type(); in load() localVariable
H A Dresources-export_tracing_async.rs122 let _instance_type = _instance_pre.instance_type(); in new() localVariable
363 let _instance_type = _instance_pre.instance_type(); in load() localVariable
539 let _instance_type = _instance_pre.instance_type(); in load() localVariable
716 let _instance_type = _instance_pre.instance_type(); in load() localVariable
819 let _instance_type = _instance_pre.instance_type(); in load() localVariable
H A Dworlds-with-types_concurrent.rs141 let _instance_type = _instance_pre.instance_type(); in new() localVariable
149 func.typecheck::<(), ((T, U, R),)>(&_instance_type), in new()
H A Dworlds-with-types_tracing_async.rs141 let _instance_type = _instance_pre.instance_type(); in new() localVariable
149 func.typecheck::<(), ((T, U, R),)>(&_instance_type), in new()

123456