Lines Matching defs:m_count
1281 printf("RemoteNXMapTable.m_count = %u\n", m_count);
1309 m_count = m_process->ReadUnsignedIntegerFromMemory(
1311 if (m_count) {
1322 success = m_count > 0 && m_buckets_ptr != LLDB_INVALID_ADDRESS;
1327 m_count = 0;
1441 uint32_t GetCount() const { return m_count; }
1451 uint32_t m_count = 0;
1465 m_count = hash_table.GetCount();
1479 if (m_count == hash_table.GetCount() &&
1695 for (uint32_t i = 0; i < m_count; i++) {
1731 if (image_index >= m_count)