Home
last modified time | relevance | path

Searched refs:GetLabelCount (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_SequenceSoundFile.cpp45 NW_ASSERT( index < GetLabelCount() ); in GetLabelInfo()
60 for ( int i = 0; i < GetLabelCount(); i++ ) in GetLabelByOffset()
83 for ( int i = 0; i < GetLabelCount(); i++ ) in GetOffsetByLabel()
/NW4C-1.3.3/include/nw/snd/
Dsnd_SequenceSoundFileReader.h38 inline int GetLabelCount() const in GetLabelCount() function
40 return m_pLabelBlockBody->GetLabelCount(); in GetLabelCount()
Dsnd_SequenceSoundFile.h65 inline int GetLabelCount() const { return labelInfoReferenceTable.count; } in GetLabelCount() function