Lines Matching defs:raw
170 let raw = Self::from_ptr(ptr.as_ptr()); in allocate() localVariable
241 let raw = Self::from_ptr(ptr); in wake() localVariable
299 let raw = Self::from_ptr(ptr); in wake_by_ref() localVariable
362 let raw = Self::from_ptr(ptr); in clone_waker() localVariable
383 let raw = Self::from_ptr(ptr); in drop_waker() localVariable
411 let raw = Self::from_ptr(ptr); in drop_ref() localVariable
428 let raw = Self::from_ptr(ptr); in schedule() localVariable
444 let raw = Self::from_ptr(ptr); in drop_future() localVariable
454 let raw = Self::from_ptr(ptr); in get_output() localVariable
464 let raw = Self::from_ptr(ptr); in destroy() localVariable
485 let raw = Self::from_ptr(ptr); in run() localVariable
688 let raw = self.0; in run() localVariable