Home
last modified time | relevance | path

Searched refs:GetLength (Results 1 – 6 of 6) sorted by relevance

/NW4C-1.2.23/sources/libraries/io/
Dio_RomFileStream.cpp69 m_FilePosition.SetFileSize( nn::fs::GetLength( &m_File ) ); in Open()
85 m_FilePosition.SetFileSize( nn::fs::GetLength( &m_File ) ); in Open()
/NW4C-1.2.23/sources/libraries/ut/
Dut_ResDictionary.cpp46 size_t len = rhs.GetLength(); in Get()
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SequenceTrack.cpp188 if ( channel->GetLength() > 0 ) in UpdateChannelLength()
190 channel->SetLength( channel->GetLength() - 1 ); in UpdateChannelLength()
215 if ( ( channel->GetLength() == 0 ) && ( ! channel->IsRelease() ) ) in UpdateChannelRelease()
/NW4C-1.2.23/include/nw/ut/
Dut_ResUtil.h414 s32 GetLength() const { return ref().len; } in NW_RES_CTOR()
421 { return (GetLength() == len) && (::std::strcmp(GetName(), str) == 0); } in Equals()
Dut_ResDictionary.h295 u32 GetLength() const { return ref().length; } in GetLength() function
/NW4C-1.2.23/include/nw/snd/
Dsnd_Channel.h154 s32 GetLength() const { return m_Length; } in GetLength() function