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