Home
last modified time | relevance | path

Searched refs:GetObject (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/util/
Dutil_AutoObject.h151 …Object* GetObject() { return reinterpret_cast<Object*>(reinterpret_cast<uptr>(m_AutoObject.m_P) & … in GetObject() function
153 Object* GetObject() { return m_AutoObject.m_P; } in GetObject() function
176 return *GetObject();
181 return GetObject();
203 Object* GetObject() { return m_P; } in GetObject() function
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fslow/
Dfslow_HandleTable.h142 const T& GetObject() const { return m_Object; } in GetObject() function
192 const T& GetObject(const HandleValue& value) const in GetObject() function
196 return pEntry->GetObject(); in GetObject()
204 *pObject = pEntry->GetObject(); in TryGetObject()
Dfslow_SafeHandle.h225 void* GetObject() const in GetObject() function
266 void* GetObject() { NN_TASSERT_(IsLocked()); return m_pObject; } in GetObject() function
305 return LockEntry(entry, handle) ? entry->GetObject() : 0; in LockHandle()
318 void* GetPointer() const { return m_pEntry ? m_pEntry->GetObject() : 0; } in GetPointer()