Home
last modified time | relevance | path

Searched defs:take (Results 1 – 2 of 2) sorted by relevance

/linux/rust/proc-macro2/
H A Drcvec.rs111 pub(crate) fn take(self) -> RcVecBuilder<T> { in take() method
/linux/drivers/android/binder/range_alloc/
H A Dmod.rs72 fn take(&mut self) -> Option<T> { in take() method