Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SequenceSoundFileReader.cpp74 m_pLabelBlockBody( NULL ) in SequenceSoundFileReader()
90 m_pLabelBlockBody = &labelBlock->body; in SequenceSoundFileReader()
101 NW_NULL_ASSERT( m_pLabelBlockBody ); in GetOffsetByLabel()
102 return m_pLabelBlockBody->GetOffsetByLabel( label, offsetPtr ); in GetOffsetByLabel()
107 NW_NULL_ASSERT( m_pLabelBlockBody ); in GetLabelByOffset()
108 return m_pLabelBlockBody->GetLabelByOffset( offset ); in GetLabelByOffset()
/NW4C-2.0.3/include/nw/snd/
Dsnd_SequenceSoundFileReader.h42 return m_pLabelBlockBody->GetLabelCount(); in GetLabelCount()
46 return m_pLabelBlockBody->GetLabel( index ); in GetLabel()
52 const SequenceSoundFile::LabelBlockBody* m_pLabelBlockBody; variable