Lines Matching refs:ptr
83 return TDown(res.ptr()); in ResDynamicCast()
103 return TDest( res.ptr() ); in ResStaticCast()
136 NW_VALIDITY_ASSERT; return *ptr(); \
141 NW_VALIDITY_ASSERT; return *ptr(); \
149 bool operator==(const class_name& rhs) const { return ptr() == rhs.ptr(); } \
151 bool operator!=(const class_name& rhs) const { return ptr() != rhs.ptr(); } \
165 ResDataType* ptr() \
170 const ResDataType* ptr() const \
189 bool operator==(const class_name& rhs) const { return ptr() == rhs.ptr(); } \
191 bool operator!=(const class_name& rhs) const { return ptr() != rhs.ptr(); } \
333 NW_FORCE_INLINE T* ptr() { return reinterpret_cast<T*>(void_ptr()); } in ptr() function
336 NW_FORCE_INLINE const T* ptr() const { return reinterpret_cast<const T*>(void_ptr()); } in ptr() function
488 void* GetDataAddress() { return (reinterpret_cast<u8*>(ptr()) + u32(ref().headerSize)); } in GetDataAddress()
491 …const void* GetDataAddress() const { return (reinterpret_cast<const u8*>(ptr()) + u32(ref().header… in GetDataAddress()