• Home
  • Raw
  • Download

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()
6419 const BlockEntry* const pLast = m_entries[idx]; in Parse()
6763 assert(m_entries); in GetEntry()
6768 pEntry = m_entries[index]; in GetEntry()
6804 m_entries(NULL), in Cluster()
6817 m_entries(NULL), in Cluster()
6824 delete[] m_entries; in ~Cluster()
6828 BlockEntry** i = m_entries; in ~Cluster()
6829 BlockEntry** const j = m_entries + m_entries_count; in ~Cluster()
6838 delete[] m_entries; in ~Cluster()
7135 assert(m_entries == NULL); in CreateBlock()
7139 m_entries = new (std::nothrow) BlockEntry*[m_entries_size]; in CreateBlock()
7140 if (m_entries == NULL) in CreateBlock()
7145 assert(m_entries); in CreateBlock()
7156 BlockEntry** src = m_entries; in CreateBlock()
7164 delete[] m_entries; in CreateBlock()
7166 m_entries = entries; in CreateBlock()
7179 assert(m_entries); in CreateBlockGroup()
7260 BlockEntry** const ppEntry = m_entries + idx; in CreateBlockGroup()
7285 assert(m_entries); in CreateSimpleBlock()
7292 BlockEntry** const ppEntry = m_entries + idx; in CreateSimpleBlock()
7333 assert(m_entries); in GetFirst()
7335 pFirst = m_entries[0]; in GetFirst()
7362 assert(m_entries); in GetLast()
7366 pLast = m_entries[idx]; in GetLast()
7374 assert(m_entries); in GetNext()
7379 assert(m_entries[idx] == pCurr); in GetNext()
7399 assert(m_entries); in GetNext()
7404 pNext = m_entries[idx]; in GetNext()
7437 assert(m_entries); in GetEntry()
7441 const BlockEntry* const pEntry = m_entries[index]; in GetEntry()
7496 const BlockEntry* const pEntry = m_entries[index]; in GetEntry()
7524 assert(m_entries); in GetEntry()
7528 const BlockEntry* const pEntry = m_entries[index]; in GetEntry()