Lines Matching refs:table
419 const internal::Util::WaveIdTable& table = reader.GetWaveIdTable(); in LoadBank() local
421 for ( u32 i = 0; i < table.GetCount(); i++ ) in LoadBank()
423 const internal::Util::WaveId* pWaveId = table.GetWaveId( i ); in LoadBank()
839 const Util::WaveIdTable& table = bankReader.GetWaveIdTable(); in SetWaveArchiveTableWithBankInEmbeddedGroup() local
840 if ( table.GetCount() <= 0 ) in SetWaveArchiveTableWithBankInEmbeddedGroup()
845 const Util::WaveId* pWaveId = table.GetWaveId( 0U ); in SetWaveArchiveTableWithBankInEmbeddedGroup()
1334 const internal::Util::WaveIdTable& table = reader.GetWaveIdTable(); in IsBankDataLoaded() local
1336 for ( u32 i = 0; i < table.GetCount(); i++ ) in IsBankDataLoaded()
1338 const internal::Util::WaveId* pWaveId = table.GetWaveId( i ); in IsBankDataLoaded()
1517 const internal::Util::WaveIdTable& table = reader.GetWaveIdTable(); in detail_LoadWaveArchiveByBankFile() local
1519 for ( u32 i = 0; i < table.GetCount(); i++ ) in detail_LoadWaveArchiveByBankFile()
1521 const internal::Util::WaveId* pWaveId = table.GetWaveId( i ); in detail_LoadWaveArchiveByBankFile()