Home
last modified time | relevance | path

Searched refs:WaveIdTable (Results 1 – 9 of 9) sorted by relevance

/NW4C-1.3.3/include/nw/snd/
Dsnd_BankFileReader.h59 const Util::WaveIdTable& GetWaveIdTable() const;
Dsnd_BankFile.h110 const Util::WaveIdTable& GetWaveIdTable() const;
Dsnd_WaveSoundFile.h139 const Util::WaveIdTable& GetWaveIdTable() const;
Dsnd_Util.h409 struct WaveIdTable struct
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_BankFile.cpp228 const Util::WaveIdTable&
231 return *reinterpret_cast<const Util::WaveIdTable*>( in GetWaveIdTable()
Dsnd_WaveSoundFile.cpp103 const Util::WaveIdTable&
106 return *reinterpret_cast<const Util::WaveIdTable*>( in GetWaveIdTable()
Dsnd_BankFileReader.cpp163 const Util::WaveIdTable&
Dsnd_SoundArchiveLoader.cpp363 const internal::Util::WaveIdTable& table = reader.GetWaveIdTable(); in LoadBank()
774 const Util::WaveIdTable& table = bankReader.GetWaveIdTable(); in SetWaveArchiveTableWithBankInEmbeddedGroup()
1253 const internal::Util::WaveIdTable& table = reader.GetWaveIdTable(); in IsBankDataLoaded()
1433 const internal::Util::WaveIdTable& table = reader.GetWaveIdTable(); in detail_LoadWaveArchiveByBankFile()
Dsnd_Util.cpp874 const Util::WaveIdTable& table = bankFileReader.GetWaveIdTable(); in IsLoadedWaveArchive()