| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/os/ |
| D | os_HandleObject.h | 66 bool IsValid() const { return m_Handle.IsValid(); } in IsValid() function 115 if (IsValid()) in Close() 134 NN_TASSERTMSG_(!IsValid(), "current handle(=%08X) is active\n", m_Handle.GetPrintableBits()); in SetHandle() 135 NN_TASSERT_(handle.IsValid()); in SetHandle()
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fslow/ |
| D | fslow_HandleTable.h | 86 bool IsValid() const { return (m_Data.lo & VALID_FLAG_MASK) != 0; } in IsValid() function 90 operator bool() const { return IsValid(); } 92 bool operator!() const { return !IsValid(); } 128 NN_TASSERT_(!m_Handle.IsValid()); in Register() 137 NN_TASSERT_(m_Handle.IsValid()); in Unregister() 144 bool IsValid() const { return m_Handle.IsValid(); } in IsValid() function 145 …bool HasHandle(HandleValue value) const { return IsValid() && (m_Handle == value); } in HasHandle() 218 if(!m_Entry[i].IsValid()) in FindFreeEntry()
|
| D | fslow_SafeHandle.h | 125 bool IsValid() const in IsValid() function 140 NN_TASSERT_(IsValid()); in PrepareFinalization() 161 if(IsValid()) in Finalize() 186 bool IsValid() const { return (m_Data[0] != 0) || (m_Data[1] != 0); } in IsValid() function 188 operator bool() const { return IsValid(); } 189 bool operator!() const { return !IsValid(); } 209 NN_TASSERT_(!IsValid()); in Initialize() 216 NN_TASSERT_(!IsValid()); in Initialize() 268 bool IsInitialized() const { return m_Handle.IsValid(); } in IsInitialized() 271 bool IsLocked() const { return m_AccessLockCounter.IsValid(); } in IsLocked()
|
| D | fslow_ArchiveMapFileSystem.h | 99 if (!name.IsValid()) in OpenFile() 173 if (!name.IsValid()) in OpenDirectory() 217 if (!name.IsValid()) in DeleteFile() 237 if (!name.IsValid()) in DeleteDirectory() 257 if (!name.IsValid()) in DeleteDirectoryRecursively() 277 if (!name.IsValid()) in CreateFile() 297 if (!name.IsValid()) in CreateDirectory() 319 if (!name.IsValid()) in RenameFile() 327 if (!name.IsValid()) in RenameFile() 353 if (!name.IsValid()) in RenameDirectory() [all …]
|
| D | fslow_SafePath.h | 58 operator bool() const { return (*this)->IsValid(); } 59 bool operator!() const { return !(*this)->IsValid(); }
|
| D | fslow_IArchive.h | 223 bool IsValid() const { return m_Data.c[0] != 0; } in IsValid() function
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fnd/ |
| D | fnd_FixedLengthString.h | 97 NN_TASSERT_(IsValid()); in CheckValid() 168 bool IsValid() const in IsValid() function 176 if (!IsValid()) in CheckState() 258 if (!this->IsValid() || !str.IsValid()) in AppendHead() 284 if (IsValid()) in AppendHead() 294 if (!this->IsValid()) in AppendHead() 318 if (IsValid()) in AppendHead() 329 if (!this->IsValid() || !s.IsValid()) in AppendTail() 340 if (IsValid()) in AppendTail() 350 if (!this->IsValid()) in AppendTail() [all …]
|
| D | fnd_BufferManager.h | 55 bool IsValid() const { return m_Handle != 0; } in IsValid() function 61 NN_TASSERT_(!this->IsValid()); in Register() 64 NN_TASSERT_(this->IsValid()); in Register() 69 NN_TASSERT_(IsValid()); in Unregister() 105 if (!m_Entries[i].IsValid()) in FindEmptyEntry()
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/fslow/ |
| D | fslow_SafeHandle.cpp | 32 NN_TASSERT_(IsValid()); in operator ++() 267 if(dependencyHandle.IsValid()) in Register() 307 if(handle.IsValid()) in Unregister() 411 if(handle.IsValid()) in FindEntry()
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/util/ |
| D | util_AutoObject.h | 125 NN_TASSERT_(IsValid()); 132 NN_TASSERT_(IsValid()); 137 bool IsValid() const in IsValid() function 160 NN_TASSERT_(autoObject.IsValid()); in Updater()
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/ |
| D | Handle.h | 102 bool IsValid() const in IsValid() function
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fs/CTR/MPCore/ |
| D | fs_FileBase.h | 125 bool IsValid() { return GetHandle().IsValid(); } in IsValid() function
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/http/ |
| D | http_ClientCert.h | 91 bool IsValid(){return m_isInitialized;} in IsValid() function
|
| D | http_CertStore.h | 113 bool IsValid(){return m_isInitialized;} in IsValid() function
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/ssl/ |
| D | ssl_ClientCert.h | 96 bool IsValid(){return m_isInitialized;} in IsValid() function
|
| D | ssl_CrlStore.h | 120 bool IsValid(){return m_isInitialized;} in IsValid() function
|
| D | ssl_CertStore.h | 117 bool IsValid(){return m_isInitialized;} in IsValid() function
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/rdt/CTR/ |
| D | rdt_Segment.h | 45 bool IsValid(void) const { return header.magicNum==Header::MAGIC_NUMBER; } in IsValid() function
|
| D | rdt_Transceiver.cpp | 390 if((n==sizeof(Segment)) && pSeg->IsValid()) in Pull()
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/os/ |
| D | os_TransferMemoryBlock.cpp | 72 if (this->IsValid()) in Finalize()
|
| D | os_DeliverArg.cpp | 318 if (IsValid() == false) in Decode() 422 bool DeliverArg::IsValid(void) in IsValid() function in nn::os::DeliverArg
|
| D | os_SharedMemory.cpp | 147 if (this->IsValid()) in Finalize()
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/socket/ |
| D | socket_SessionPool.h | 265 if (pSessionItem->IsValid()) in Free() 297 NN_ASSERT(!pSessionItem->IsValid()); in AddNewSession()
|
| /CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/net/osl/ |
| D | osl_IpcDispatcher.h | 241 if (IsValid()) in ~IpcDispatcher()
|