Searched refs:m_entries_count (Results 1 – 6 of 6) sorted by relevance
6398 if (m_entries_count > 0) { in Parse()6399 const long idx = m_entries_count - 1; in Parse()6742 if (m_entries_count < 0) in GetEntry()6747 assert(m_entries_count <= m_entries_size); in GetEntry()6749 if (index < m_entries_count) { in GetEntry()6788 m_entries_count(0) // means "no entries" in Cluster()6801 m_entries_count(-1) // means "has not been parsed yet" in Cluster()6805 if (m_entries_count <= 0) { in ~Cluster()6811 BlockEntry** const j = m_entries + m_entries_count; in ~Cluster()7116 if (m_entries_count < 0) { // haven't parsed anything yet in CreateBlock()[all …]
1038 mutable long m_entries_count; variable
6411 if (m_entries_count > 0) { in Parse()6412 const long idx = m_entries_count - 1; in Parse()6755 if (m_entries_count < 0) in GetEntry()6760 assert(m_entries_count <= m_entries_size); in GetEntry()6762 if (index < m_entries_count) { in GetEntry()6801 m_entries_count(0) // means "no entries" in Cluster()6814 m_entries_count(-1) // means "has not been parsed yet" in Cluster()6818 if (m_entries_count <= 0) { in ~Cluster()6824 BlockEntry** const j = m_entries + m_entries_count; in ~Cluster()7129 if (m_entries_count < 0) { // haven't parsed anything yet in CreateBlock()[all …]