Home
last modified time | relevance | path

Searched defs:SetLenOnDrop (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/vec/
H A Dset_len_on_drop.rs6 pub(super) struct SetLenOnDrop<'a> { struct
11 impl<'a> SetLenOnDrop<'a> { argument
28 impl Drop for SetLenOnDrop<'_> { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/vec/
H A Dset_len_on_drop.rs6 pub(super) struct SetLenOnDrop<'a> { struct
11 impl<'a> SetLenOnDrop<'a> { argument
28 impl Drop for SetLenOnDrop<'_> { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/vec/
H A Dset_len_on_drop.rs6 pub(super) struct SetLenOnDrop<'a> { struct
11 impl<'a> SetLenOnDrop<'a> { argument
28 impl Drop for SetLenOnDrop<'_> { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/vec/
H A Dset_len_on_drop.rs6 pub(super) struct SetLenOnDrop<'a> { struct
11 impl<'a> SetLenOnDrop<'a> { impl
28 impl Drop for SetLenOnDrop<'_> { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/vec/
H A Dset_len_on_drop.rs6 pub(super) struct SetLenOnDrop<'a> { struct
11 impl<'a> SetLenOnDrop<'a> { impl
28 impl Drop for SetLenOnDrop<'_> { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Dstring.rs1584 struct SetLenOnDrop<'a> { in retain() struct
1585 s: &'a mut String, in retain()
1586 idx: usize, in retain()
1587 del_bytes: usize, in retain()
1590 impl<'a> Drop for SetLenOnDrop<'a> { in retain() implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Dstring.rs1584 struct SetLenOnDrop<'a> { in retain() struct
1585 s: &'a mut String, in retain()
1586 idx: usize, in retain()
1587 del_bytes: usize, in retain()
1590 impl<'a> Drop for SetLenOnDrop<'a> { in retain() implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/
H A Dstring.rs1584 struct SetLenOnDrop<'a> { in retain() struct
1585 s: &'a mut String, in retain()
1586 idx: usize, in retain()
1587 del_bytes: usize, in retain()
1590 impl<'a> Drop for SetLenOnDrop<'a> { in retain() implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Dstring.rs1584 struct SetLenOnDrop<'a> { in retain() struct
1585 s: &'a mut String, in retain()
1586 idx: usize, in retain()
1587 del_bytes: usize, in retain()
1590 impl<'a> Drop for SetLenOnDrop<'a> { in retain() implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Dstring.rs1584 struct SetLenOnDrop<'a> { in retain() struct
1585 s: &'a mut String, in retain()
1586 idx: usize, in retain()
1587 del_bytes: usize, in retain()
1590 impl<'a> Drop for SetLenOnDrop<'a> { in retain() implementation
/aosp_15_r20/external/rust/android-crates-io/crates/smallvec/src/
Dlib.rs2330 struct SetLenOnDrop<'a> { struct
2335 impl<'a> SetLenOnDrop<'a> { impl
2355 impl<'a> Drop for SetLenOnDrop<'a> { implementation