Home
last modified time | relevance | path

Searched refs:m_pLabelBlockBody (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SequenceSoundFileReader.cpp72 m_pLabelBlockBody( NULL ) in SequenceSoundFileReader()
88 m_pLabelBlockBody = &labelBlock->body; in SequenceSoundFileReader()
99 NW_NULL_ASSERT( m_pLabelBlockBody ); in GetOffsetByLabel()
100 return m_pLabelBlockBody->GetOffsetByLabel( label, offsetPtr ); in GetOffsetByLabel()
105 NW_NULL_ASSERT( m_pLabelBlockBody ); in GetLabelByOffset()
106 return m_pLabelBlockBody->GetLabelByOffset( offset ); in GetLabelByOffset()
/NW4C-1.2.23/include/nw/snd/
Dsnd_SequenceSoundFileReader.h40 return m_pLabelBlockBody->GetLabelCount(); in GetLabelCount()
44 return m_pLabelBlockBody->GetLabel( index ); in GetLabel()
50 const SequenceSoundFile::LabelBlockBody* m_pLabelBlockBody; variable