Home
last modified time | relevance | path

Searched defs:AsRef (Results 1 – 25 of 50) sorted by relevance

12

/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/convert/
H A Dmod.rs218 pub trait AsRef<T: ?Sized> { interface
696 impl<T: ?Sized, U: ?Sized> AsRef<U> for &T impl
708 impl<T: ?Sized, U: ?Sized> AsRef<U> for &mut T impl
822 impl<T> AsRef<[T]> for [T] { impl
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/convert/
H A Dmod.rs218 pub trait AsRef<T: ?Sized> { interface
696 impl<T: ?Sized, U: ?Sized> AsRef<U> for &T impl
708 impl<T: ?Sized, U: ?Sized> AsRef<U> for &mut T impl
822 impl<T> AsRef<[T]> for [T] { impl
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/convert/
H A Dmod.rs218 pub trait AsRef<T: ?Sized> { interface
696 impl<T: ?Sized, U: ?Sized> AsRef<U> for &T impl
708 impl<T: ?Sized, U: ?Sized> AsRef<U> for &mut T impl
822 impl<T> AsRef<[T]> for [T] { impl
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/convert/
H A Dmod.rs218 pub trait AsRef<T: ?Sized> { interface
696 impl<T: ?Sized, U: ?Sized> AsRef<U> for &T impl
708 impl<T: ?Sized, U: ?Sized> AsRef<U> for &mut T impl
822 impl<T> AsRef<[T]> for [T] { impl
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/convert/
H A Dmod.rs218 pub trait AsRef<T: ?Sized> { interface
696 impl<T: ?Sized, U: ?Sized> AsRef<U> for &T impl
708 impl<T: ?Sized, U: ?Sized> AsRef<U> for &mut T impl
822 impl<T> AsRef<[T]> for [T] { impl
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/asn1/
Dinternal_macros.rs38 impl<$($li),*> AsRef<str> for $type { impl
44 impl<$($li),*> AsRef<[u8]> for $type { impl
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/objects/
Djstring.rs11 impl<'local> AsRef<JString<'local>> for JString<'local> { impl
17 impl<'local> AsRef<JObject<'local>> for JString<'local> { impl
Djthrowable.rs11 impl<'local> AsRef<JThrowable<'local>> for JThrowable<'local> { impl
17 impl<'local> AsRef<JObject<'local>> for JThrowable<'local> { impl
Djbytebuffer.rs9 impl<'local> AsRef<JByteBuffer<'local>> for JByteBuffer<'local> { impl
15 impl<'local> AsRef<JObject<'local>> for JByteBuffer<'local> { impl
Djclass.rs12 impl<'local> AsRef<JClass<'local>> for JClass<'local> { impl
18 impl<'local> AsRef<JObject<'local>> for JClass<'local> { impl
Djobject_array.rs13 impl<'local> AsRef<JObjectArray<'local>> for JObjectArray<'local> { impl
19 impl<'local> AsRef<JObject<'local>> for JObjectArray<'local> { impl
Djprimitive_array.rs24 impl<'local, T: TypeArray> AsRef<JPrimitiveArray<'local, T>> for JPrimitiveArray<'local, T> { impl
36 impl<'local, T: TypeArray> AsRef<JObject<'local>> for JPrimitiveArray<'local, T> { impl
Djmap.rs23 impl<'local, 'other_local_1: 'obj_ref, 'obj_ref> AsRef<JMap<'local, 'other_local_1, 'obj_ref>> impl
31 impl<'local, 'other_local_1: 'obj_ref, 'obj_ref> AsRef<JObject<'other_local_1>> impl
Djlist.rs26 impl<'local, 'other_local_1: 'obj_ref, 'obj_ref> AsRef<JList<'local, 'other_local_1, 'obj_ref>> impl
34 impl<'local, 'other_local_1: 'obj_ref, 'obj_ref> AsRef<JObject<'other_local_1>> impl
Djobject.rs42 impl<'local> AsRef<JObject<'local>> for JObject<'local> { impl
Dglobal_ref.rs45 impl AsRef<JObject<'static>> for GlobalRef { impl
/aosp_15_r20/external/rust/android-crates-io/crates/x509-cert/src/
Dmacros.rs31 impl<'a> AsRef<$inner> for $newtype { impl
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/src/wrappers/
Dsplit.rs49 impl<R> AsRef<Split<R>> for SplitStream<R> { impl
Dlines.rs49 impl<R> AsRef<Lines<R>> for LinesStream<R> { impl
Dmpsc_bounded.rs49 impl<T> AsRef<Receiver<T>> for ReceiverStream<T> { impl
Dmpsc_unbounded.rs43 impl<T> AsRef<UnboundedReceiver<T>> for UnboundedReceiverStream<T> { impl
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/task/
Dabort_on_drop.rs59 impl<T> AsRef<JoinHandle<T>> for AbortOnDropHandle<T> { impl
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/stream/
Dimpls.rs165 impl AsRef<Bytes> for [u8] { impl
412 impl AsRef<BStr> for [u8] { impl
/aosp_15_r20/external/rust/android-crates-io/crates/uuid/src/
Dfmt.rs873 impl AsRef<Uuid> for $T { impl
902 impl<$a> AsRef<Uuid> for $T<$a> { impl
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/
Darrayvec.rs72 impl<T, const N: usize> AsRef<[Option<T>]> for ArrayVec<T, N> { impl

12