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