Lines Matching refs:index
89 WaveSoundFile::InfoBlockBody::GetWaveSoundData( u32 index ) const in GetWaveSoundData()
91 NW_ASSERT( index < GetWaveSoundCount() ); in GetWaveSoundData()
94 index, in GetWaveSoundData()
141 WaveSoundFile::WaveSoundData::GetTrackInfo( u32 index ) const in GetTrackInfo()
143 NW_ASSERT( index < GetTrackCount() ); in GetTrackInfo()
147 index, in GetTrackInfo()
155 WaveSoundFile::WaveSoundData::GetNoteInfo( u32 index ) const in GetNoteInfo()
157 NW_ASSERT( index < GetNoteCount() ); in GetNoteInfo()
161 index, in GetNoteInfo()
246 WaveSoundFile::TrackInfo::GetNoteEvent( u32 index ) const in GetNoteEvent()
248 NW_ASSERT( index < GetNoteEventCount() ); in GetNoteEvent()
252 index, in GetNoteEvent()