Searched refs:GetValue (Results 1 – 8 of 8) sorted by relevance
69 uptr GetValue() const;
506 static bit32 GetCurrentId() { return ms_IdStorage.GetValue(); } in GetCurrentId()
193 const wchar_t* GetValue() const;
99 nn::Result GetValue(u8 index, void* pValue, size_t size);
153 uptr ThreadLocalStorage::GetValue() const in GetValue() function in nn::os::ThreadLocalStorage
331 return reinterpret_cast<ManagedThread*>(ms_ThreadStorage.GetValue()); in GetCurrentThread()
182 return reinterpret_cast<Suite::ResultHolder*>(tls_pExpectedResult.GetValue()); in GetCurrent()
405 bit32 GetValue() const { return m_Code; } in GetValue() function