Lines Matching refs:table

192     const StringTable* table = GetStringTable();  in GetString()  local
193 if ( table == NULL ) return NULL; in GetString()
195 return table->GetString( stringId ); in GetString()
278 const Util::ReferenceTable& table = GetSoundInfoReferenceTable(); in GetSoundInfo() local
279 if ( index >= table.count ) in GetSoundInfo()
283 return reinterpret_cast<const SoundInfo*>( table.GetReferedItem( index ) ); in GetSoundInfo()
295 const Util::ReferenceTable& table = GetBankInfoReferenceTable(); in GetBankInfo() local
296 if ( index >= table.count ) in GetBankInfo()
300 return reinterpret_cast<const BankInfo*>( table.GetReferedItem( index ) ); in GetBankInfo()
312 const Util::ReferenceTable& table = GetPlayerInfoReferenceTable(); in GetPlayerInfo() local
313 if ( index >= table.count ) in GetPlayerInfo()
317 return reinterpret_cast<const PlayerInfo*>( table.GetReferedItem( index ) ); in GetPlayerInfo()
329 const Util::ReferenceTable& table = GetSoundGroupInfoReferenceTable(); in GetSoundGroupInfo() local
330 if ( index >= table.count ) in GetSoundGroupInfo()
334 return reinterpret_cast<const SoundGroupInfo*>( table.GetReferedItem( index ) ); in GetSoundGroupInfo()
346 const Util::ReferenceTable& table = GetGroupInfoReferenceTable(); in GetGroupInfo() local
347 if ( index >= table.count ) in GetGroupInfo()
351 return reinterpret_cast<const GroupInfo*>( table.GetReferedItem( index ) ); in GetGroupInfo()
363 const Util::ReferenceTable& table = GetWaveArchiveInfoReferenceTable(); in GetWaveArchiveInfo() local
364 if ( index >= table.count ) in GetWaveArchiveInfo()
368 return reinterpret_cast<const WaveArchiveInfo*>( table.GetReferedItem( index ) ); in GetWaveArchiveInfo()
375 const Util::ReferenceTable& table = GetFileInfoReferenceTable(); in GetFileInfo() local
376 if ( index >= table.count ) in GetFileInfo()
380 return reinterpret_cast<const FileInfo*>( table.GetReferedItem( index ) ); in GetFileInfo()
761 const Util::Table<ut::ResU32>& table = GetBankIdTable(); in GetBankIds() local
764 if ( i >= table.count ) in GetBankIds()
770 bankIds[ i ] = table.item[ i ]; in GetBankIds()