Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/io/
Dio_RomFileStream.cpp71 m_FilePosition.SetFileSize( nn::fs::GetLength( &m_File ) ); in Open()
87 m_FilePosition.SetFileSize( nn::fs::GetLength( &m_File ) ); in Open()
/NW4C-2.0.3/sources/libraries/ut/
Dut_ResDictionary.cpp48 size_t len = rhs.GetLength(); in Get()
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SequenceTrack.cpp190 if ( channel->GetLength() > 0 ) in UpdateChannelLength()
192 channel->SetLength( channel->GetLength() - 1 ); in UpdateChannelLength()
217 if ( ( channel->GetLength() == 0 ) && ( ! channel->IsRelease() ) ) in UpdateChannelRelease()
/NW4C-2.0.3/include/nw/ut/
Dut_ResUtil.h417 s32 GetLength() const { return ref().len; } in NW_RES_CTOR()
424 { return (GetLength() == len) && (::std::strcmp(GetName(), str) == 0); } in Equals()
Dut_ResDictionary.h297 u32 GetLength() const { return ref().length; } in GetLength() function
/NW4C-2.0.3/include/nw/snd/
Dsnd_Channel.h156 s32 GetLength() const { return m_Length; } in GetLength() function