Home
last modified time | relevance | path

Searched refs:GetValue (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-0.14.4/include/nn/os/
Dos_ThreadLocalStorage.h61 uptr GetValue() const;
/CTR-SDK-0.14.4/sources/libraries/os/
Dos_ThreadLocalStorage.cpp106 uptr ThreadLocalStorage::GetValue() const in GetValue() function in nn::os::ThreadLocalStorage
/CTR-SDK-0.14.4/include/nn/util/
Dutil_Result.h77 nn_util_return_if_failure_result.GetValue(), \
/CTR-SDK-0.14.4/sources/libraries/test/
Dtest_Suite.cpp176 return reinterpret_cast<Suite::ResultHolder*>(tls_pExpectedResult.GetValue()); in GetCurrent()
/CTR-SDK-0.14.4/include/nn/
DResult.h392 bit32 GetValue() const { return m_Code; } in GetValue() function