Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dlayout.rs1628 with_elems: W, in test_validate_rust_layout()
1654 let ptr = with_elems(elems); in test_validate_rust_layout()
1732 let got_ptr = with_elems(got_elems); in test_validate_rust_layout()
1772 let with_elems = |elems| { in test_validate_rust_layout() localVariable
1791 test::<Foo, _>(args, with_elems, addr_of_slice_field); in test_validate_rust_layout()