• Home
  • Raw
  • Download

Lines Matching refs:m_entries

1428       m_entries(0),  in SeekHead()
1434 delete[] m_entries; in ~SeekHead()
1471 m_entries = new (std::nothrow) Entry[entry_count]; in Parse()
1473 if (m_entries == NULL) in Parse()
1483 Entry* pEntry = m_entries; in Parse()
1520 ptrdiff_t count_ = ptrdiff_t(pEntry - m_entries); in Parse()
1544 return m_entries + idx; in GetEntry()
6052 const BlockEntry* const pLast = m_entries[idx]; in Parse()
6394 assert(m_entries); in GetEntry()
6399 pEntry = m_entries[index]; in GetEntry()
6435 m_entries(NULL), in Cluster()
6448 m_entries(NULL), in Cluster()
6457 BlockEntry** i = m_entries; in ~Cluster()
6458 BlockEntry** const j = m_entries + m_entries_count; in ~Cluster()
6467 delete[] m_entries; in ~Cluster()
6763 assert(m_entries == NULL); in CreateBlock()
6767 m_entries = new (std::nothrow) BlockEntry*[m_entries_size]; in CreateBlock()
6768 if (m_entries == NULL) in CreateBlock()
6773 assert(m_entries); in CreateBlock()
6784 BlockEntry** src = m_entries; in CreateBlock()
6792 delete[] m_entries; in CreateBlock()
6794 m_entries = entries; in CreateBlock()
6807 assert(m_entries); in CreateBlockGroup()
6888 BlockEntry** const ppEntry = m_entries + idx; in CreateBlockGroup()
6913 assert(m_entries); in CreateSimpleBlock()
6920 BlockEntry** const ppEntry = m_entries + idx; in CreateSimpleBlock()
6961 assert(m_entries); in GetFirst()
6963 pFirst = m_entries[0]; in GetFirst()
6990 assert(m_entries); in GetLast()
6994 pLast = m_entries[idx]; in GetLast()
7002 assert(m_entries); in GetNext()
7007 assert(m_entries[idx] == pCurr); in GetNext()
7027 assert(m_entries); in GetNext()
7032 pNext = m_entries[idx]; in GetNext()
7065 assert(m_entries); in GetEntry()
7069 const BlockEntry* const pEntry = m_entries[index]; in GetEntry()
7124 const BlockEntry* const pEntry = m_entries[index]; in GetEntry()
7152 assert(m_entries); in GetEntry()
7156 const BlockEntry* const pEntry = m_entries[index]; in GetEntry()