Lines Matching refs:ptr
81 return TDown(res.ptr()); in ResDynamicCast()
101 return TDest( res.ptr() ); in ResStaticCast()
134 NW_VALIDITY_ASSERT; return *ptr(); \
139 NW_VALIDITY_ASSERT; return *ptr(); \
147 bool operator==(const class_name& rhs) const { return ptr() == rhs.ptr(); } \
149 bool operator!=(const class_name& rhs) const { return ptr() != rhs.ptr(); } \
163 ResDataType* ptr() \
168 const ResDataType* ptr() const \
187 bool operator==(const class_name& rhs) const { return ptr() == rhs.ptr(); } \
189 bool operator!=(const class_name& rhs) const { return ptr() != rhs.ptr(); } \
331 NW_FORCE_INLINE T* ptr() { return reinterpret_cast<T*>(void_ptr()); } in ptr() function
334 NW_FORCE_INLINE const T* ptr() const { return reinterpret_cast<const T*>(void_ptr()); } in ptr() function
486 void* GetDataAddress() { return (reinterpret_cast<u8*>(ptr()) + u32(ref().headerSize)); } in GetDataAddress()
489 …const void* GetDataAddress() const { return (reinterpret_cast<const u8*>(ptr()) + u32(ref().header… in GetDataAddress()