Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wiggle/tests/
H A Dstrings.rs63 string_ptr_loc: MemArea, field
77 .prop_map(|(test_word, string_ptr_loc, return_ptr_loc)| Self { in strat()
79 string_ptr_loc, in strat()
83 MemArea::non_overlapping_set(&[e.string_ptr_loc, e.return_ptr_loc]) in strat()
94 let ptr = GuestPtr::<str>::new((self.string_ptr_loc.ptr, self.test_word.len() as u32)); in test()
104 self.string_ptr_loc.ptr as i32, in test()