Lines Matching defs:raw
150 let raw = Self::from_ptr(ptr.as_ptr()); in allocate() localVariable
213 let raw = Self::from_ptr(ptr); in wake() localVariable
271 let raw = Self::from_ptr(ptr); in wake_by_ref() localVariable
336 let raw = Self::from_ptr(ptr); in clone_waker() localVariable
357 let raw = Self::from_ptr(ptr); in drop_waker() localVariable
385 let raw = Self::from_ptr(ptr); in drop_ref() localVariable
402 let raw = Self::from_ptr(ptr); in schedule() localVariable
420 let raw = Self::from_ptr(ptr); in drop_future() localVariable
430 let raw = Self::from_ptr(ptr); in get_output() localVariable
440 let raw = Self::from_ptr(ptr); in destroy() localVariable
458 let raw = Self::from_ptr(ptr); in run() localVariable
639 let raw = self.0; in run() localVariable