Home | History | Annotate | Download | only in mkvparser

Lines Matching refs:pLast

6338         const BlockEntry* const pLast = m_entries[idx];

6339 assert(pLast);
6341 const Block* const pBlock = pLast->GetBlock();
7482 const BlockEntry* const pLast = m_entries[idx];
7483 assert(pLast);
7485 return pLast;