Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/tests/
H A Dslice-from-array-issue-113238.rs6 fn slice_from_array() { in slice_from_array() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/tests/
H A Dslice-from-array-issue-113238.rs6 fn slice_from_array() { in slice_from_array() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/tests/
H A Dslice-from-array-issue-113238.rs6 fn slice_from_array() { in slice_from_array() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/tests/
H A Dslice-from-array-issue-113238.rs6 fn slice_from_array() { in slice_from_array() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/tests/
H A Dslice-from-array-issue-113238.rs6 fn slice_from_array() { in slice_from_array() function
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/
Dprogram.rs1059 unsafe fn slice_from_array<'t, T>(items: *mut T, num_items: usize) -> Option<&'t mut [T]> { in test_run() function
1105 context: unsafe { slice_from_array(opts.ctx_out.cast(), opts.ctx_size_out as _) }, in test_run()
1106 data: unsafe { slice_from_array(opts.data_out.cast(), opts.data_size_out as _) }, in test_run()