Lines Matching refs:table

194     const StringTable* table = GetStringTable();  in GetString()  local
195 if ( table == NULL ) return NULL; in GetString()
197 return table->GetString( stringId ); in GetString()
280 const Util::ReferenceTable& table = GetSoundInfoReferenceTable(); in GetSoundInfo() local
281 if ( index >= table.count ) in GetSoundInfo()
285 return reinterpret_cast<const SoundInfo*>( table.GetReferedItem( index ) ); in GetSoundInfo()
297 const Util::ReferenceTable& table = GetBankInfoReferenceTable(); in GetBankInfo() local
298 if ( index >= table.count ) in GetBankInfo()
302 return reinterpret_cast<const BankInfo*>( table.GetReferedItem( index ) ); in GetBankInfo()
314 const Util::ReferenceTable& table = GetPlayerInfoReferenceTable(); in GetPlayerInfo() local
315 if ( index >= table.count ) in GetPlayerInfo()
319 return reinterpret_cast<const PlayerInfo*>( table.GetReferedItem( index ) ); in GetPlayerInfo()
331 const Util::ReferenceTable& table = GetSoundGroupInfoReferenceTable(); in GetSoundGroupInfo() local
332 if ( index >= table.count ) in GetSoundGroupInfo()
336 return reinterpret_cast<const SoundGroupInfo*>( table.GetReferedItem( index ) ); in GetSoundGroupInfo()
348 const Util::ReferenceTable& table = GetGroupInfoReferenceTable(); in GetGroupInfo() local
349 if ( index >= table.count ) in GetGroupInfo()
353 return reinterpret_cast<const GroupInfo*>( table.GetReferedItem( index ) ); in GetGroupInfo()
365 const Util::ReferenceTable& table = GetWaveArchiveInfoReferenceTable(); in GetWaveArchiveInfo() local
366 if ( index >= table.count ) in GetWaveArchiveInfo()
370 return reinterpret_cast<const WaveArchiveInfo*>( table.GetReferedItem( index ) ); in GetWaveArchiveInfo()
377 const Util::ReferenceTable& table = GetFileInfoReferenceTable(); in GetFileInfo() local
378 if ( index >= table.count ) in GetFileInfo()
382 return reinterpret_cast<const FileInfo*>( table.GetReferedItem( index ) ); in GetFileInfo()
775 const Util::Table<ut::ResU32>& table = GetBankIdTable(); in GetBankIds() local
778 if ( i >= table.count ) in GetBankIds()
784 bankIds[ i ] = table.item[ i ]; in GetBankIds()