Searched refs:DecodePointer (Results 1 – 1 of 1) sorted by relevance
91 inline const void* DecodePointer(const uint64_t* offset) { in DecodePointer() function116 const T* Get() const { return static_cast<const T*>(DecodePointer(&offset)); } in Get()118 return static_cast<T*>(const_cast<void*>(DecodePointer(&offset))); in Get()