Searched defs:try_push (Results 1 – 5 of 5) sorted by relevance
73 pub fn try_push(&mut self, value: bigint::Limb) -> Option<()> { in try_push() method
89 pub fn try_push(&mut self, value: bigint::Limb) -> Option<()> { in try_push() method
257 pub(crate) unsafe fn try_push( in try_push() method
92 pub(crate) unsafe fn try_push(&mut self, deferred: Deferred) -> Result<(), Deferred> { in try_push() method
649 pub fn try_push(&mut self, val: A::Item) -> Option<A::Item> { in try_push() method