Lines Matching refs:StructType

8     let struct_ty = StructType::new(store.engine(), [])?;  in struct_new_empty()
17 let struct_ty = StructType::new( in struct_new_with_fields()
37 let struct_ty = StructType::new( in struct_new_unrooted_field()
59 let struct_ty = StructType::new( in struct_new_cross_store_field()
81 let struct_ty = StructType::new(store.engine(), []).unwrap(); in struct_new_cross_store_pre()
94 let struct_ty = StructType::new( in anyref_as_struct()
117 let struct_ty = StructType::new( in struct_field_simple()
134 let struct_ty = StructType::new( in struct_field_out_of_bounds()
150 let struct_ty = StructType::new( in struct_field_on_unrooted()
170 let struct_ty = StructType::new( in struct_set_field_simple()
188 let struct_ty = StructType::new( in struct_set_field_out_of_bounds()
204 let struct_ty = StructType::new( in struct_set_field_on_unrooted()
224 let struct_ty = StructType::new( in struct_set_field_with_unrooted()
245 let struct_ty = StructType::new( in struct_set_field_cross_store_value()
265 let struct_ty = StructType::new( in struct_set_field_immutable()
281 let struct_ty = StructType::new( in struct_set_field_wrong_type()
297 let struct_ty = StructType::new(store.engine(), [])?; in struct_ty()
300 assert!(StructType::eq(&struct_ty, &s.ty(&store)?)); in struct_ty()
307 let struct_ty = StructType::new(store.engine(), [])?; in struct_ty_unrooted()
321 let struct_ty = StructType::new(store.engine(), [])?; in struct_fields_empty()
333 let struct_ty = StructType::new( in struct_fields_non_empty()
353 let struct_ty = StructType::new(store.engine(), [])?; in struct_fields_unrooted()
382 let struct_ty = StructType::new( in passing_structs_through_wasm_with_untyped_calls()
433 let struct_ty = StructType::new( in passing_structs_through_wasm_with_typed_calls()
481 let struct_ty = StructType::new( in host_sets_struct_global()
527 let struct_ty = StructType::new( in wasm_sets_struct_global()
577 let struct_ty = StructType::new( in host_sets_struct_in_table()
625 let struct_ty = StructType::new( in wasm_sets_struct_in_table()
668 let struct_ty = StructType::new( in instantiate_with_struct_global()
706 let struct_ty = StructType::new( in can_put_funcrefs_in_structs()