Searched defs:push_unchecked (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/ |
H A D | spec_extend.rs | 25 unsafe fn push_unchecked<T, A: Allocator>(deque: &mut VecDeque<T, A>, element: T) { in spec_extend() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/ |
H A D | spec_extend.rs | 25 unsafe fn push_unchecked<T, A: Allocator>(deque: &mut VecDeque<T, A>, element: T) { in spec_extend() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/arrayvec/src/ |
D | arrayvec_impl.rs | 54 unsafe fn push_unchecked(&mut self, element: Self::Item) { in push_unchecked() method
|
D | arrayvec.rs | 229 pub unsafe fn push_unchecked(&mut self, element: T) { in push_unchecked() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/minimal-lexical/src/ |
D | stackvec.rs | 78 pub unsafe fn push_unchecked(&mut self, value: bigint::Limb) { in push_unchecked() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/array/ |
H A D | mod.rs | 856 pub unsafe fn push_unchecked(&mut self, item: T) { in push_unchecked() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/array/ |
H A D | mod.rs | 881 pub unsafe fn push_unchecked(&mut self, item: T) { in push_unchecked() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/array/ |
H A D | mod.rs | 881 pub unsafe fn push_unchecked(&mut self, item: T) { in push_unchecked() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/array/ |
H A D | mod.rs | 881 pub unsafe fn push_unchecked(&mut self, item: T) { in push_unchecked() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/array/ |
H A D | mod.rs | 856 pub unsafe fn push_unchecked(&mut self, item: T) { in push_unchecked() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/ |
H A D | mod.rs | 173 unsafe fn push_unchecked(&mut self, element: T) { in push_unchecked() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/ |
H A D | mod.rs | 173 unsafe fn push_unchecked(&mut self, element: T) { in push_unchecked() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/ |
H A D | mod.rs | 173 unsafe fn push_unchecked(&mut self, element: T) { in push_unchecked() method
|