Lines Matching defs:RemoteNXMapTable
1275 class RemoteNXMapTable {
1277 RemoteNXMapTable() : m_end_iterator(*this, -1) {}
1280 printf("RemoteNXMapTable.m_load_addr = 0x%" PRIx64 "\n", m_load_addr);
1281 printf("RemoteNXMapTable.m_count = %u\n", m_count);
1282 printf("RemoteNXMapTable.m_num_buckets_minus_one = %u\n",
1284 printf("RemoteNXMapTable.m_buckets_ptr = 0x%" PRIX64 "\n", m_buckets_ptr);
1341 const_iterator(RemoteNXMapTable &parent, int index)
1431 RemoteNXMapTable &m_parent;
1464 const RemoteNXMapTable &hash_table) {
1472 RemoteNXMapTable &hash_table) {
1990 RemoteNXMapTable &hash_table) {
2516 RemoteNXMapTable hash_table;