Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/io/
Dio_FileStream.cpp64 NW_ASSERTMSG( CanCancel(), "Stream don't support CANCEL function\n" ); in Cancel()
83 NW_ASSERTMSG( CanCancel(), "Stream don't support CANCEL function\n" ); in CancelAsync()
/NW4C-2.0.3/include/nw/io/
Dio_FileStream.h54 virtual bool CanCancel( void ) const = 0;
Dio_RomFileStream.h57 virtual bool CanCancel() const { return false; } // TODO: CTR_SDK で非同期ロードサポートされたら true in CanCancel() function
Dio_HioFileStream.h58 virtual bool CanCancel() const { return false; } in CanCancel() function
/NW4C-2.0.3/include/nw/snd/
Dsnd_MemorySoundArchive.h127 virtual bool CanCancel() const { return true; } in CanCancel() function