Home
last modified time | relevance | path

Searched defs:SliceVec (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tinyvec/src/
Dslicevec.rs16 pub struct SliceVec<'s, T> { struct
21 impl<'s, T> Default for SliceVec<'s, T> { implementation
29 impl<'s, T> Deref for SliceVec<'s, T> { implementation
38 impl<'s, T> DerefMut for SliceVec<'s, T> { implementation
46 impl<'s, T, I> Index<I> for SliceVec<'s, T> implementation
58 impl<'s, T, I> IndexMut<I> for SliceVec<'s, T> implementation
69 impl<'s, T> SliceVec<'s, T> { implementation
643 impl<'s, T> SliceVec<'s, T> { implementation
681 impl<'s, T> From<&'s mut [T]> for SliceVec<'s, T> { implementation
695 impl<'s, T, A> From<&'s mut A> for SliceVec<'s, T> implementation
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/tinyvec-1.6.0/src/
H A Dslicevec.rs16 pub struct SliceVec<'s, T> { struct
21 impl<'s, T> Default for SliceVec<'s, T> { argument
29 impl<'s, T> Deref for SliceVec<'s, T> { implementation
38 impl<'s, T> DerefMut for SliceVec<'s, T> { implementation
46 impl<'s, T, I> Index<I> for SliceVec<'s, T> implementation
58 impl<'s, T, I> IndexMut<I> for SliceVec<'s, T> implementation
69 impl<'s, T> SliceVec<'s, T> { implementation
643 impl<'s, T> SliceVec<'s, T> { implementation
681 impl<'s, T> From<&'s mut [T]> for SliceVec<'s, T> { implementation
695 impl<'s, T, A> From<&'s mut A> for SliceVec<'s, T> implementation
[all …]