Home
last modified time | relevance | path

Searched refs:detail_ReadGroupInfo (Results 1 – 5 of 5) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundArchive.cpp187 bool SoundArchive::detail_ReadGroupInfo( ItemId groupId, GroupInfo* info ) const in detail_ReadGroupInfo() function in nw::snd::SoundArchive
262 if ( ! detail_ReadGroupInfo( filePos.groupId, &groupInfo ) )
289 if ( ! detail_ReadGroupInfo( groupId, &groupInfo ) ) return NULL;
304 if ( ! detail_ReadGroupInfo( groupId, &groupInfo ) ) return NULL;
Dsnd_MemorySoundArchive.cpp125 if ( ! detail_ReadGroupInfo( filePos.groupId, &groupInfo ) ) in detail_GetFileAddress()
Dsnd_FrameHeap.cpp474 if ( arc.detail_ReadGroupInfo( id, &info ) ) in Dump()
Dsnd_SoundArchiveLoader.cpp1490 m_pSoundArchive->detail_ReadGroupInfo( itemId, &info ); in detail_GetFileAddressByItemId()
/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundArchive.h941 bool detail_ReadGroupInfo( ItemId groupId, GroupInfo* info ) const;