Home | History | Annotate | Download | only in libwebm

Lines Matching refs:pFirst

7436 long Cluster::GetFirst(const BlockEntry*& pFirst) const {
7444 pFirst = NULL;
7449 pFirst = NULL;
7456 pFirst = m_entries[0];
7457 assert(pFirst);