Home
last modified time | relevance | path

Searched refs:GetOffsetByLabel (Results 1 – 5 of 5) sorted by relevance

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_SequenceSoundFileReader.cpp97 bool SequenceSoundFileReader::GetOffsetByLabel( const char* label, u32* offsetPtr ) const in GetOffsetByLabel() function in nw::snd::internal::SequenceSoundFileReader
100 return m_pLabelBlockBody->GetOffsetByLabel( label, offsetPtr ); in GetOffsetByLabel()
Dsnd_SequenceSoundFile.cpp78 bool SequenceSoundFile::LabelBlockBody::GetOffsetByLabel( const char* label, u32* offsetPtr ) const in GetOffsetByLabel() function in nw::snd::internal::SequenceSoundFile::LabelBlockBody
Dsnd_SoundArchivePlayer.cpp1147 if ( ! seqFileReader.GetOffsetByLabel( startLabel, &seqOffset ) ) in PrepareSequenceSoundImpl()
/NW4C-1.3.3/include/nw/snd/
Dsnd_SequenceSoundFileReader.h34 bool GetOffsetByLabel( const char* label, u32* offsetPtr ) const;
Dsnd_SequenceSoundFile.h70 bool GetOffsetByLabel( const char* label, u32* offsetPtr ) const;