Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_HioSoundArchive.h43 size_t GetLabelStringDataSize() const { return m_ArchiveReader.GetStringBlockSize(); } in GetLabelStringDataSize() function
Dsnd_RomSoundArchive.h158 size_t GetLabelStringDataSize() const { return m_ArchiveReader.GetStringBlockSize(); } in GetLabelStringDataSize() function
/NW4C-1.2.23/demos/snd/playerHeap/sources/
DplayerHeapApp.cpp91 u32 stringBlockSize = m_Archive.GetLabelStringDataSize(); in InitializeSoundSystem()
/NW4C-1.2.23/demos/snd/externalFile/sources/
DexternalFileApp.cpp86 u32 stringBlockSize = m_Archive.GetLabelStringDataSize(); in InitializeSoundSystem()
/NW4C-1.2.23/demos/snd/originalSoundHeap/sources/
DOriginalSoundHeapApp.cpp75 u32 stringBlockSize = m_Archive.GetLabelStringDataSize(); in InitializeSoundSystem()
/NW4C-1.2.23/demos/snd/labelString/sources/
DLabelStringApp.cpp82 u32 stringBlockSize = m_Archive.GetLabelStringDataSize(); in InitializeSoundSystem()