Searched refs:LabelBlock (Results 1 – 3 of 3) sorted by relevance
32 struct LabelBlock;37 const LabelBlock* GetLabelBlock() const;73 struct LabelBlock struct
33 const SequenceSoundFile::LabelBlock* SequenceSoundFile::FileHeader::GetLabelBlock() const in GetLabelBlock()35 …return reinterpret_cast<const LabelBlock*>( GetBlock( ElementType_SequenceSoundFile_LabelBlock ) ); in GetLabelBlock()
85 const SequenceSoundFile::LabelBlock* labelBlock = m_pHeader->GetLabelBlock(); in SequenceSoundFileReader()