Home
last modified time | relevance | path

Searched defs:RefCell (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dcell.rs715 pub struct RefCell<T: ?Sized> { struct
726 /// An error returned by [`RefCell::try_borrow`]. argument
822 impl<T> RefCell<T> { impl
942 impl<T: ?Sized> RefCell<T> { impl
1252 impl<T: Default> RefCell<T> { implementation
1277 unsafe impl<T: ?Sized> Send for RefCell<T> where T: Send {} implementation
1280 impl<T: ?Sized> !Sync for RefCell<T> {} implementation
1283 impl<T: Clone> Clone for RefCell<T> { implementation
1304 impl<T: Default> Default for RefCell<T> { implementation
1313 impl<T: ?Sized + PartialEq> PartialEq for RefCell<T> { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/
H A Dcell.rs715 pub struct RefCell<T: ?Sized> { struct
726 /// An error returned by [`RefCell::try_borrow`]. argument
822 impl<T> RefCell<T> { impl
942 impl<T: ?Sized> RefCell<T> { impl
1252 impl<T: Default> RefCell<T> { implementation
1277 unsafe impl<T: ?Sized> Send for RefCell<T> where T: Send {} implementation
1280 impl<T: ?Sized> !Sync for RefCell<T> {} implementation
1283 impl<T: Clone> Clone for RefCell<T> { implementation
1304 impl<T: Default> Default for RefCell<T> { implementation
1313 impl<T: ?Sized + PartialEq> PartialEq for RefCell<T> { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dcell.rs715 pub struct RefCell<T: ?Sized> { struct
726 /// An error returned by [`RefCell::try_borrow`]. argument
822 impl<T> RefCell<T> { impl
942 impl<T: ?Sized> RefCell<T> { impl
1252 impl<T: Default> RefCell<T> { implementation
1277 unsafe impl<T: ?Sized> Send for RefCell<T> where T: Send {} implementation
1280 impl<T: ?Sized> !Sync for RefCell<T> {} implementation
1283 impl<T: Clone> Clone for RefCell<T> { implementation
1304 impl<T: Default> Default for RefCell<T> { implementation
1313 impl<T: ?Sized + PartialEq> PartialEq for RefCell<T> { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dcell.rs715 pub struct RefCell<T: ?Sized> { struct
726 /// An error returned by [`RefCell::try_borrow`]. argument
822 impl<T> RefCell<T> { implementation
942 impl<T: ?Sized> RefCell<T> { implementation
1252 impl<T: Default> RefCell<T> { impl
1277 unsafe impl<T: ?Sized> Send for RefCell<T> where T: Send {} implementation
1280 impl<T: ?Sized> !Sync for RefCell<T> {} implementation
1283 impl<T: Clone> Clone for RefCell<T> { implementation
1304 impl<T: Default> Default for RefCell<T> { implementation
1313 impl<T: ?Sized + PartialEq> PartialEq for RefCell<T> { implementation
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dcell.rs715 pub struct RefCell<T: ?Sized> { struct
726 /// An error returned by [`RefCell::try_borrow`]. argument
822 impl<T> RefCell<T> { impl
942 impl<T: ?Sized> RefCell<T> { impl
1252 impl<T: Default> RefCell<T> { implementation
1277 unsafe impl<T: ?Sized> Send for RefCell<T> where T: Send {} implementation
1280 impl<T: ?Sized> !Sync for RefCell<T> {} implementation
1283 impl<T: Clone> Clone for RefCell<T> { implementation
1304 impl<T: Default> Default for RefCell<T> { implementation
1313 impl<T: ?Sized + PartialEq> PartialEq for RefCell<T> { implementation
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread/
Doverflow.rs15 impl<T: 'static> Overflow<T> for RefCell<Vec<task::Notified<T>>> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/
Doverflow.rs15 impl<T: 'static> Overflow<T> for RefCell<Vec<task::Notified<T>>> { implementation
/aosp_15_r20/external/crosvm/gpu_display/src/vulkan/sys/
H A Dwindows.rs340 unsafe { (userdata_ptr as *const RefCell<Option<WindowState<AppState>>>).as_ref() }; in wnd_proc() constant
/aosp_15_r20/external/rust/android-crates-io/crates/serde/src/ser/
Dimpls.rs644 impl<T: ?Sized> Serialize for RefCell<T> implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde-1.0.197/src/ser/
H A Dimpls.rs644 impl<T: ?Sized> Serialize for RefCell<T> implementation
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/
Dbackend.rs459 impl<T: VhostBackendMut> VhostBackend for RefCell<T> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/arbitrary/src/
Dlib.rs1020 impl<'a, A: Arbitrary<'a>> Arbitrary<'a> for RefCell<A> { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/fmt/
H A Dmod.rs2631 impl<T: ?Sized + Debug> Debug for RefCell<T> { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/fmt/
H A Dmod.rs2631 impl<T: ?Sized + Debug> Debug for RefCell<T> { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/fmt/
H A Dmod.rs2644 impl<T: ?Sized + Debug> Debug for RefCell<T> { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/fmt/
H A Dmod.rs2644 impl<T: ?Sized + Debug> Debug for RefCell<T> { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/fmt/
H A Dmod.rs2644 impl<T: ?Sized + Debug> Debug for RefCell<T> { implementation