Home
last modified time | relevance | path

Searched defs:Debt (Results 1 – 4 of 4) sorted by relevance

/external/rust/android-crates-io/crates/arc-swap/src/debt/
Dmod.rs31 pub(crate) struct Debt(pub(crate) AtomicUsize); struct
33 impl Debt { impl
42 impl Default for Debt { implementation
48 impl Debt { impl
Dlist.rs197 pub(crate) fn fast_slots(&self) -> Iter<Debt> { in fast_slots()
202 pub(crate) fn helping_slot(&self) -> &Debt { in helping_slot()
269 pub(crate) fn new_fast(&self, ptr: usize) -> Option<&'static Debt> { in new_fast()
301 ) -> Result<&'static Debt, (&'static Debt, usize)> { in confirm_helping()
Dfast.rs43 pub(super) fn get_debt(&self, ptr: usize, local: &Local) -> Option<&Debt> { in get_debt()
Dhelping.rs187 pub(super) fn slot(&self) -> &Debt { in slot()