Home
last modified time | relevance | path

Searched defs:IsValid (Results 1 – 16 of 16) sorted by relevance

/CTR-SDK-0.14.4/include/nn/http/
Dhttp_CertStore.h113 bool IsValid(){return m_isInitialized;} in IsValid() function
Dhttp_ClientCert.h91 bool IsValid(){return m_isInitialized;} in IsValid() function
/CTR-SDK-0.14.4/include/nn/ssl/
Dssl_CrlStore.h120 bool IsValid(){return m_isInitialized;} in IsValid() function
Dssl_CertStore.h117 bool IsValid(){return m_isInitialized;} in IsValid() function
Dssl_ClientCert.h96 bool IsValid(){return m_isInitialized;} in IsValid() function
/CTR-SDK-0.14.4/include/nn/os/
Dos_HandleObject.h66 bool IsValid() const { return m_Handle.IsValid(); } in IsValid() function
/CTR-SDK-0.14.4/include/nn/
DHandle.h102 bool IsValid() const in IsValid() function
/CTR-SDK-0.14.4/include/nn/fslow/
Dfslow_HandleTable.h86 bool IsValid() const { return (m_Data.lo & VALID_FLAG_MASK) != 0; } in IsValid() function
144 bool IsValid() const { return m_Handle.IsValid(); } in IsValid() function
Dfslow_SafeHandle.h125 bool IsValid() const in IsValid() function
186 bool IsValid() const { return (m_Data[0] != 0) || (m_Data[1] != 0); } in IsValid() function
Dfslow_IArchive.h223 bool IsValid() const { return m_Data.c[0] != 0; } in IsValid() function
/CTR-SDK-0.14.4/include/nn/fs/CTR/MPCore/
Dfs_FileBase.h121 bool IsValid() { return GetHandle().IsValid(); } in IsValid() function
/CTR-SDK-0.14.4/sources/libraries/rdt/CTR/
Drdt_Segment.h45 bool IsValid(void) const { return header.magicNum==Header::MAGIC_NUMBER; } in IsValid() function
/CTR-SDK-0.14.4/include/nn/fnd/
Dfnd_BufferManager.h55 bool IsValid() const { return m_Handle != 0; } in IsValid() function
Dfnd_FixedLengthString.h168 bool IsValid() const in IsValid() function
/CTR-SDK-0.14.4/include/nn/util/
Dutil_AutoObject.h137 bool IsValid() const in IsValid() function
/CTR-SDK-0.14.4/sources/libraries/os/
Dos_DeliverArg.cpp422 bool DeliverArg::IsValid(void) in IsValid() function in nn::os::DeliverArg