Home
last modified time | relevance | path

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

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