Lines Matching defs:raw
109 let raw = Self::from_ptr(ptr.as_ptr()); in allocate() localVariable
191 let raw = Self::from_ptr(ptr); in wake() localVariable
249 let raw = Self::from_ptr(ptr); in wake_by_ref() localVariable
314 let raw = Self::from_ptr(ptr); in clone_waker() localVariable
335 let raw = Self::from_ptr(ptr); in drop_waker() localVariable
363 let raw = Self::from_ptr(ptr); in drop_ref() localVariable
380 let raw = Self::from_ptr(ptr); in schedule() localVariable
398 let raw = Self::from_ptr(ptr); in drop_future() localVariable
408 let raw = Self::from_ptr(ptr); in get_output() localVariable
418 let raw = Self::from_ptr(ptr); in destroy() localVariable
436 let raw = Self::from_ptr(ptr); in run() localVariable
617 let raw = self.0; in run() localVariable