Searched refs:GetBlock (Results 1 – 6 of 6) sorted by relevance
30 return static_cast<const InfoBlock*>( GetBlock( ElementType_GroupFile_InfoBlock ) ); in GetInfoBlock()34 return static_cast<const FileBlock*>( GetBlock( ElementType_GroupFile_FileBlock ) ); in GetFileBlock()
31 return reinterpret_cast<const InfoBlock*>( GetBlock( ElementType_WaveFile_InfoBlock ) ); in GetInfoBlock()36 return reinterpret_cast<const DataBlock*>( GetBlock( ElementType_WaveFile_DataBlock ) ); in GetDataBlock()
31 … return reinterpret_cast<const DataBlock*>( GetBlock( ElementType_SequenceSoundFile_DataBlock ) ); in GetDataBlock()35 …return reinterpret_cast<const LabelBlock*>( GetBlock( ElementType_SequenceSoundFile_LabelBlock ) ); in GetLabelBlock()
221 return reinterpret_cast<const InfoBlock*>( GetBlock( ElementType_BankFile_InfoBlock ) ); in GetInfoBlock()
78 return reinterpret_cast<const InfoBlock*>( GetBlock( ElementType_WaveSoundFile_InfoBlock ) ); in GetInfoBlock()
258 NW_INLINE const void* GetBlock( u16 typeId ) const in GetBlock() function