Home
last modified time | relevance | path

Searched defs:split_off (Results 1 – 25 of 64) sorted by relevance

123

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dsplit.rs32 pub fn split_off<Q: ?Sized + Ord, A: Allocator + Clone>(&mut self, key: &Q, alloc: A) -> Self in split_off() method
H A Dset.rs1076 pub fn split_off<Q: ?Sized + Ord>(&mut self, value: &Q) -> Self in split_off() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dsplit.rs32 pub fn split_off<Q: ?Sized + Ord, A: Allocator + Clone>(&mut self, key: &Q, alloc: A) -> Self in split_off() method
H A Dset.rs1076 pub fn split_off<Q: ?Sized + Ord>(&mut self, value: &Q) -> Self in split_off() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dsplit.rs32 pub fn split_off<Q: ?Sized + Ord, A: Allocator + Clone>(&mut self, key: &Q, alloc: A) -> Self in split_off() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dsplit.rs32 pub fn split_off<Q: ?Sized + Ord, A: Allocator + Clone>(&mut self, key: &Q, alloc: A) -> Self in split_off() method
H A Dset.rs1076 pub fn split_off<Q: ?Sized + Ord>(&mut self, value: &Q) -> Self in split_off() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/
H A Dsplit.rs32 pub fn split_off<Q: ?Sized + Ord, A: Allocator + Clone>(&mut self, key: &Q, alloc: A) -> Self in split_off() method
H A Dset.rs1076 pub fn split_off<Q: ?Sized + Ord>(&mut self, value: &Q) -> Self in split_off() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/
H A Dfont_data.rs54 pub fn split_off(&self, pos: usize) -> Option<FontData<'a>> { in split_off() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/
H A Dvec.rs964 let split_off = vec.split_off(4); in test_split_off() localVariable
980 let split_off = vec.split_off(0); in test_split_off_take_all() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/
H A Dvec.rs964 let split_off = vec.split_off(4); in test_split_off() localVariable
980 let split_off = vec.split_off(0); in test_split_off_take_all() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/tests/
H A Dvec.rs964 let split_off = vec.split_off(4); in test_split_off() localVariable
980 let split_off = vec.split_off(0); in test_split_off_take_all() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/
H A Dvec.rs964 let split_off = vec.split_off(4); in test_split_off() localVariable
980 let split_off = vec.split_off(0); in test_split_off_take_all() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/
H A Dvec.rs964 let split_off = vec.split_off(4); in test_split_off() localVariable
980 let split_off = vec.split_off(0); in test_split_off_take_all() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/src/map/
Dcore.rs183 pub(crate) fn split_off(&mut self, at: usize) -> Self { in split_off() method
/aosp_15_r20/external/rust/android-crates-io/crates/tinyvec/src/
Dslicevec.rs559 pub fn split_off<'a>(&'a mut self, at: usize) -> SliceVec<'s, T> { in split_off() method
Dtinyvec.rs973 pub fn split_off(&mut self, at: usize) -> Self { in split_off() method
Darrayvec.rs853 pub fn split_off(&mut self, at: usize) -> Self { in split_off() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/tinyvec-1.6.0/src/
H A Dslicevec.rs559 pub fn split_off<'a>(&'a mut self, at: usize) -> SliceVec<'s, T> { in split_off() method
H A Dtinyvec.rs973 pub fn split_off(&mut self, at: usize) -> Self { in split_off() method
H A Darrayvec.rs853 pub fn split_off(&mut self, at: usize) -> Self { in split_off() method
/aosp_15_r20/external/rust/android-crates-io/crates/os_str_bytes/src/
Draw_str.rs1277 pub fn split_off(&mut self, at: usize) -> Self { in split_off() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytes-1.6.0/tests/
H A Dtest_bytes.rs158 fn split_off() { in split_off() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytes-1.6.0/src/
H A Dbytes.rs386 pub fn split_off(&mut self, at: usize) -> Self { in split_off() method

123