Lines Matching refs:ptr
81 return TDown(res.ptr()); in ResDynamicCast()
100 return TDest( res.ptr() ); in ResStaticCast()
133 NW_VALIDITY_ASSERT; return *ptr(); \
138 NW_VALIDITY_ASSERT; return *ptr(); \
146 bool operator==(const class_name& rhs) const { return ptr() == rhs.ptr(); } \
148 bool operator!=(const class_name& rhs) const { return ptr() != rhs.ptr(); } \
162 ResDataType* ptr() \
167 const ResDataType* ptr() const \
186 bool operator==(const class_name& rhs) const { return ptr() == rhs.ptr(); } \
188 bool operator!=(const class_name& rhs) const { return ptr() != rhs.ptr(); } \
330 NW_FORCE_INLINE T* ptr() { return reinterpret_cast<T*>(void_ptr()); } in ptr() function
333 NW_FORCE_INLINE const T* ptr() const { return reinterpret_cast<const T*>(void_ptr()); } in ptr() function
485 void* GetDataAddress() { return (reinterpret_cast<u8*>(ptr()) + u32(ref().headerSize)); } in GetDataAddress()
488 …const void* GetDataAddress() const { return (reinterpret_cast<const u8*>(ptr()) + u32(ref().header… in GetDataAddress()