Searched refs:GetPointer (Results 1 – 4 of 4) sorted by relevance
318 void* GetPointer() const { return m_pEntry ? m_pEntry->GetObject() : 0; } in GetPointer() function335 operator bool() const { return GetPointer() != 0; }336 bool operator!() const { return GetPointer() == 0; }409 … TObject* GetPointer() { return static_cast<TObject*>(SafeHandleTable::Accessor::GetPointer()); } in GetPointer() function411 TObject* operator->() { return GetPointer(); }412 TObject& operator*() { return *GetPointer(); }
196 T GetPointer(const char* name) const in GetPointer() function214 T GetPointer(s32 index) const in GetPointer() function
155 T GetPointer(int index, u32 offset) const in GetPointer() function166 T GetPointer(nn::drivers::ro::SectionAndOffset sao) const in GetPointer() function
152 T GetPointer(const char* name) in GetPointer() function