Lines Matching refs:m_entries
1487 m_entries(0), in SeekHead()
1493 delete[] m_entries; in ~SeekHead()
1531 m_entries = new (std::nothrow) Entry[entry_count]; in Parse()
1533 if (m_entries == NULL) in Parse()
1546 Entry* pEntry = m_entries; in Parse()
1583 ptrdiff_t count_ = ptrdiff_t(pEntry - m_entries); in Parse()
1607 return m_entries + idx; in GetEntry()
6414 const BlockEntry* const pLast = m_entries[idx]; in Parse()
6758 assert(m_entries); in GetEntry()
6763 pEntry = m_entries[index]; in GetEntry()
6799 m_entries(NULL), in Cluster()
6812 m_entries(NULL), in Cluster()
6819 delete[] m_entries; in ~Cluster()
6823 BlockEntry** i = m_entries; in ~Cluster()
6824 BlockEntry** const j = m_entries + m_entries_count; in ~Cluster()
6833 delete[] m_entries; in ~Cluster()
7130 assert(m_entries == NULL); in CreateBlock()
7134 m_entries = new (std::nothrow) BlockEntry*[m_entries_size]; in CreateBlock()
7135 if (m_entries == NULL) in CreateBlock()
7140 assert(m_entries); in CreateBlock()
7151 BlockEntry** src = m_entries; in CreateBlock()
7159 delete[] m_entries; in CreateBlock()
7161 m_entries = entries; in CreateBlock()
7174 assert(m_entries); in CreateBlockGroup()
7255 BlockEntry** const ppEntry = m_entries + idx; in CreateBlockGroup()
7280 assert(m_entries); in CreateSimpleBlock()
7287 BlockEntry** const ppEntry = m_entries + idx; in CreateSimpleBlock()
7328 assert(m_entries); in GetFirst()
7330 pFirst = m_entries[0]; in GetFirst()
7357 assert(m_entries); in GetLast()
7361 pLast = m_entries[idx]; in GetLast()
7369 assert(m_entries); in GetNext()
7374 assert(m_entries[idx] == pCurr); in GetNext()
7394 assert(m_entries); in GetNext()
7399 pNext = m_entries[idx]; in GetNext()
7432 assert(m_entries); in GetEntry()
7436 const BlockEntry* const pEntry = m_entries[index]; in GetEntry()
7491 const BlockEntry* const pEntry = m_entries[index]; in GetEntry()
7519 assert(m_entries); in GetEntry()
7523 const BlockEntry* const pEntry = m_entries[index]; in GetEntry()