Lines Matching refs:m_entries

1485       m_entries(0),  in SeekHead()
1491 delete[] m_entries; in ~SeekHead()
1528 m_entries = new (std::nothrow) Entry[entry_count]; in Parse()
1530 if (m_entries == NULL) in Parse()
1540 Entry* pEntry = m_entries; in Parse()
1577 ptrdiff_t count_ = ptrdiff_t(pEntry - m_entries); in Parse()
1601 return m_entries + idx; in GetEntry()
6297 const BlockEntry* const pLast = m_entries[idx]; in Parse()
6641 assert(m_entries); in GetEntry()
6646 pEntry = m_entries[index]; in GetEntry()
6682 m_entries(NULL), in Cluster()
6695 m_entries(NULL), in Cluster()
6704 BlockEntry** i = m_entries; in ~Cluster()
6705 BlockEntry** const j = m_entries + m_entries_count; in ~Cluster()
6714 delete[] m_entries; in ~Cluster()
7011 assert(m_entries == NULL); in CreateBlock()
7015 m_entries = new (std::nothrow) BlockEntry*[m_entries_size]; in CreateBlock()
7016 if (m_entries == NULL) in CreateBlock()
7021 assert(m_entries); in CreateBlock()
7032 BlockEntry** src = m_entries; in CreateBlock()
7040 delete[] m_entries; in CreateBlock()
7042 m_entries = entries; in CreateBlock()
7055 assert(m_entries); in CreateBlockGroup()
7136 BlockEntry** const ppEntry = m_entries + idx; in CreateBlockGroup()
7161 assert(m_entries); in CreateSimpleBlock()
7168 BlockEntry** const ppEntry = m_entries + idx; in CreateSimpleBlock()
7209 assert(m_entries); in GetFirst()
7211 pFirst = m_entries[0]; in GetFirst()
7238 assert(m_entries); in GetLast()
7242 pLast = m_entries[idx]; in GetLast()
7250 assert(m_entries); in GetNext()
7255 assert(m_entries[idx] == pCurr); in GetNext()
7275 assert(m_entries); in GetNext()
7280 pNext = m_entries[idx]; in GetNext()
7313 assert(m_entries); in GetEntry()
7317 const BlockEntry* const pEntry = m_entries[index]; in GetEntry()
7372 const BlockEntry* const pEntry = m_entries[index]; in GetEntry()
7400 assert(m_entries); in GetEntry()
7404 const BlockEntry* const pEntry = m_entries[index]; in GetEntry()