Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_BankFileReader.h61 const Util::WaveIdTable& GetWaveIdTable() const;
Dsnd_BankFile.h112 const Util::WaveIdTable& GetWaveIdTable() const;
Dsnd_WaveSoundFile.h141 const Util::WaveIdTable& GetWaveIdTable() const;
Dsnd_Util.h411 struct WaveIdTable struct
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_BankFile.cpp230 const Util::WaveIdTable&
233 return *reinterpret_cast<const Util::WaveIdTable*>( in GetWaveIdTable()
Dsnd_WaveSoundFile.cpp105 const Util::WaveIdTable&
108 return *reinterpret_cast<const Util::WaveIdTable*>( in GetWaveIdTable()
Dsnd_BankFileReader.cpp170 const Util::WaveIdTable&
Dsnd_SoundArchiveLoader.cpp419 const internal::Util::WaveIdTable& table = reader.GetWaveIdTable(); in LoadBank()
839 const Util::WaveIdTable& table = bankReader.GetWaveIdTable(); in SetWaveArchiveTableWithBankInEmbeddedGroup()
1334 const internal::Util::WaveIdTable& table = reader.GetWaveIdTable(); in IsBankDataLoaded()
1517 const internal::Util::WaveIdTable& table = reader.GetWaveIdTable(); in detail_LoadWaveArchiveByBankFile()
Dsnd_Util.cpp876 const Util::WaveIdTable& table = bankFileReader.GetWaveIdTable(); in IsLoadedWaveArchive()