Home
last modified time | relevance | path

Searched defs:LazyCell (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/cell/
H A Dlazy.rs38 pub struct LazyCell<T, F = fn() -> T> { struct
42 impl<T, F: FnOnce() -> T> LazyCell<T, F> { implementation
155 impl<T, F> LazyCell<T, F> { implementation
171 impl<T, F: FnOnce() -> T> Deref for LazyCell<T, F> { implementation
180 impl<T: Default> Default for LazyCell<T> { implementation
189 impl<T: fmt::Debug, F> fmt::Debug for LazyCell<T, F> { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/cell/
H A Dlazy.rs38 pub struct LazyCell<T, F = fn() -> T> { struct
42 impl<T, F: FnOnce() -> T> LazyCell<T, F> { argument
155 impl<T, F> LazyCell<T, F> { impl
171 impl<T, F: FnOnce() -> T> Deref for LazyCell<T, F> { implementation
180 impl<T: Default> Default for LazyCell<T> { implementation
189 impl<T: fmt::Debug, F> fmt::Debug for LazyCell<T, F> { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/cell/
H A Dlazy.rs38 pub struct LazyCell<T, F = fn() -> T> { struct
42 impl<T, F: FnOnce() -> T> LazyCell<T, F> { argument
155 impl<T, F> LazyCell<T, F> { implementation
171 impl<T, F: FnOnce() -> T> Deref for LazyCell<T, F> { implementation
180 impl<T: Default> Default for LazyCell<T> { implementation
189 impl<T: fmt::Debug, F> fmt::Debug for LazyCell<T, F> { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/cell/
H A Dlazy.rs38 pub struct LazyCell<T, F = fn() -> T> { struct
42 impl<T, F: FnOnce() -> T> LazyCell<T, F> { implementation
155 impl<T, F> LazyCell<T, F> { impl
171 impl<T, F: FnOnce() -> T> Deref for LazyCell<T, F> { implementation
180 impl<T: Default> Default for LazyCell<T> { implementation
189 impl<T: fmt::Debug, F> fmt::Debug for LazyCell<T, F> { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/cell/
H A Dlazy.rs38 pub struct LazyCell<T, F = fn() -> T> { struct
42 impl<T, F: FnOnce() -> T> LazyCell<T, F> { implementation
155 impl<T, F> LazyCell<T, F> { impl
171 impl<T, F: FnOnce() -> T> Deref for LazyCell<T, F> { implementation
180 impl<T: Default> Default for LazyCell<T> { implementation
189 impl<T: fmt::Debug, F> fmt::Debug for LazyCell<T, F> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/lazycell/src/
Dlib.rs68 pub struct LazyCell<T> { struct
72 impl<T> LazyCell<T> { argument
215 impl<T: Copy> LazyCell<T> { impl
225 impl<T> Default for LazyCell<T> { implementation
231 impl <T: Clone> Clone for LazyCell<T> { implementation
Dserde_impl.rs17 impl<T: Serialize> Serialize for LazyCell<T> { implementation
55 impl<'de, T: Deserialize<'de>> Deserialize<'de> for LazyCell<T> { implementation