| /CTR-SDK-0.13.2/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.13.2/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 | 100 if (!name.IsValid()) in OpenFile() 180 if (!name.IsValid()) in OpenDirectory() 227 if (!name.IsValid()) in DeleteFile() 248 if (!name.IsValid()) in DeleteDirectory() 269 if (!name.IsValid()) in DeleteDirectoryRecursively() 290 if (!name.IsValid()) in CreateDirectory() 313 if (!name.IsValid()) in RenameFile() 321 if (!name.IsValid()) in RenameFile() 348 if (!name.IsValid()) in RenameDirectory() 356 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 | 171 bool IsValid() const { return m_Data.c[0] != 0; } in IsValid() function
|
| /CTR-SDK-0.13.2/include/nn/fnd/ |
| D | fnd_FixedLengthString.h | 97 NN_TASSERT_(IsValid()); in CheckValid() 168 bool IsValid() const in IsValid() function 235 if (!this->IsValid() || !s.IsValid()) in AppendHead() 244 if (IsValid()) in AppendHead() 255 if (IsValid()) in AppendHead() 265 if (!this->IsValid()) in AppendHead() 274 if (IsValid()) in AppendHead() 285 if (IsValid()) in AppendHead() 296 if (!this->IsValid() || !s.IsValid()) in AppendTail() 307 if (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.13.2/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.13.2/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.13.2/include/nn/fs/CTR/MPCore/ |
| D | fs_FileBase.h | 95 bool IsValid() { return GetHandle().IsValid(); } in IsValid() function
|
| /CTR-SDK-0.13.2/include/nn/net/osl/ |
| D | osl_EventFlag.h | 94 NN_TASSERT_(m_event[0].IsValid() && m_event[1].IsValid()); in AssertValid()
|
| D | osl_IpcDispatcher.h | 241 if (IsValid()) in ~IpcDispatcher()
|
| /CTR-SDK-0.13.2/include/nn/ |
| D | Handle.h | 102 bool IsValid() const in IsValid() function
|
| /CTR-SDK-0.13.2/include/nn/http/ |
| D | http_ClientCert.h | 80 bool IsValid(){return m_isInitialized;} in IsValid() function
|
| D | http_CertStore.h | 93 bool IsValid(){return m_isInitialized;} in IsValid() function
|
| /CTR-SDK-0.13.2/include/nn/ssl/ |
| D | ssl_ClientCert.h | 85 bool IsValid(){return m_isInitialized;} in IsValid() function
|
| D | ssl_CertStore.h | 98 bool IsValid(){return m_isInitialized;} in IsValid() function
|
| D | ssl_CrlStore.h | 99 bool IsValid(){return m_isInitialized;} in IsValid() function
|
| /CTR-SDK-0.13.2/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.13.2/sources/libraries/os/ |
| D | os_TransferMemoryBlock.cpp | 71 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 | 146 if (this->IsValid()) in Finalize()
|
| /CTR-SDK-0.13.2/include/nn/socket/ |
| D | socket_SessionPool.h | 265 if (pSessionItem->IsValid()) in Free() 297 NN_ASSERT(!pSessionItem->IsValid()); in AddNewSession()
|