Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SequenceSoundFileReader.cpp99 bool SequenceSoundFileReader::GetOffsetByLabel( const char* label, u32* offsetPtr ) const in GetOffsetByLabel() function in nw::snd::internal::SequenceSoundFileReader
102 return m_pLabelBlockBody->GetOffsetByLabel( label, offsetPtr ); in GetOffsetByLabel()
Dsnd_SequenceSoundFile.cpp80 bool SequenceSoundFile::LabelBlockBody::GetOffsetByLabel( const char* label, u32* offsetPtr ) const in GetOffsetByLabel() function in nw::snd::internal::SequenceSoundFile::LabelBlockBody
Dsnd_SoundArchivePlayer.cpp1149 if ( ! seqFileReader.GetOffsetByLabel( startLabel, &seqOffset ) ) in PrepareSequenceSoundImpl()
/NW4C-2.0.3/include/nw/snd/
Dsnd_SequenceSoundFileReader.h36 bool GetOffsetByLabel( const char* label, u32* offsetPtr ) const;
Dsnd_SequenceSoundFile.h72 bool GetOffsetByLabel( const char* label, u32* offsetPtr ) const;