Home
last modified time | relevance | path

Searched defs:Read (Results 1 – 8 of 8) sorted by relevance

/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmFile.h46 bool Read( const wchar_t* fileName, nw::os::IAllocator* allocator ) in Read() function
/NW4C-2.0.3/sources/libraries/io/
Dio_IOStream.cpp34 IOStream::Read(void* /*buf*/, u32 /*length*/) in Read() function in nw::io::IOStream
Dio_RomFileStream.cpp155 s32 RomFileStream::Read( void* buf, u32 length ) in Read() function in nw::io::RomFileStream
Dio_HioFileStream.cpp162 s32 HioFileStream::Read( void* buf, u32 length ) in Read() function in nw::io::HioFileStream
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_MemorySoundArchive.cpp205 s32 MemorySoundArchive::MemoryFileStream::Read( void* buf, u32 length ) in Read() function in nw::snd::MemorySoundArchive::MemoryFileStream
Dsnd_HioSoundArchive.cpp406 s32 HioSoundArchive::HioFileStream::Read( void* buf, u32 length ) in Read() function in nw::snd::HioSoundArchive::HioFileStream
Dsnd_RomSoundArchive.cpp650 s32 RomSoundArchive::RomFileStream::Read( void* buf, u32 length ) in Read() function in nw::snd::RomSoundArchive::RomFileStream
/NW4C-2.0.3/demos/lyt/simple/sources/
Dmain.cpp141 bool Read(const wchar_t* fileName, nw::os::IAllocator& allocator) in Read() function in __anon3b8d87590111::File