Lines Matching refs:GetEOS
4607 const BlockEntry* Track::GetEOS() const { return &m_eos; } in GetEOS() function in mkvparser::Track
4643 pBlockEntry = GetEOS(); in GetFirst()
4649 pBlockEntry = GetEOS(); in GetFirst()
4701 pBlockEntry = GetEOS(); // so we can return a non-NULL value in GetFirst()
4743 pNextEntry = GetEOS(); in GetNext()
4749 pNextEntry = GetEOS(); in GetNext()
4787 pNextEntry = GetEOS(); // so we can return a non-NULL value in GetNext()
4883 pResult = GetEOS(); // weird in Seek()
5402 pResult = GetEOS(); in Seek()
7293 return pTrack->GetEOS(); in GetEntry()
7295 const BlockEntry* pResult = pTrack->GetEOS(); in GetEntry()