Searched refs:DecodePointer (Results 1 – 3 of 3) sorted by relevance
88 inline const void* DecodePointer(const uint64_t* offset) { in DecodePointer() function113 const T* Get() const { return static_cast<const T*>(DecodePointer(&offset)); } in Get()115 return static_cast<T*>(const_cast<void*>(DecodePointer(&offset))); in Get()
40 ::windows_targets::link!("kernel32.dll" "system" fn DecodePointer(ptr : *const ::core::ffi::c_void)…