Home | History | Annotate | Download | only in libwebm

Lines Matching full:pfirst

7558 long Cluster::GetFirst(const BlockEntry*& pFirst) const

7569 pFirst = NULL;
7575 pFirst = NULL;
7582 pFirst = m_entries[0];
7583 assert(pFirst);