Lines Matching refs:table
363 const internal::Util::WaveIdTable& table = reader.GetWaveIdTable(); in LoadBank() local
365 for ( u32 i = 0; i < table.GetCount(); i++ ) in LoadBank()
367 const internal::Util::WaveId& waveId = table.GetWaveId( i ); in LoadBank()
774 const Util::WaveIdTable& table = bankReader.GetWaveIdTable(); in SetWaveArchiveTableWithBankInEmbeddedGroup() local
775 if ( table.GetCount() <= 0 ) in SetWaveArchiveTableWithBankInEmbeddedGroup()
780 SoundArchive::ItemId warcId = table.GetWaveId( 0U ).waveArchiveId; in SetWaveArchiveTableWithBankInEmbeddedGroup()
1253 const internal::Util::WaveIdTable& table = reader.GetWaveIdTable(); in IsBankDataLoaded() local
1255 for ( u32 i = 0; i < table.GetCount(); i++ ) in IsBankDataLoaded()
1257 const internal::Util::WaveId& waveId = table.GetWaveId( i ); in IsBankDataLoaded()
1433 const internal::Util::WaveIdTable& table = reader.GetWaveIdTable(); in detail_LoadWaveArchiveByBankFile() local
1435 for ( u32 i = 0; i < table.GetCount(); i++ ) in detail_LoadWaveArchiveByBankFile()
1437 const internal::Util::WaveId& waveId = table.GetWaveId( i ); in detail_LoadWaveArchiveByBankFile()