Lines Matching refs:m_table
138 : m_table (n, ggc, sanitize_eq_and_hash, gather_mem_stats, in class()
147 : m_table (h.m_table, ggc, sanitize_eq_and_hash, gather_mem_stats, in class()
166 hash_entry *e = m_table.find_slot_with_hash (k, Traits::hash (k), in class()
184 hash_entry &e = m_table.find_with_hash (k, Traits::hash (k)); in class()
194 hash_entry *e = m_table.find_slot_with_hash (k, Traits::hash (k), in class()
211 m_table.remove_elt_with_hash (k, Traits::hash (k)); in class()
221 for (typename hash_table<hash_entry>::iterator iter = m_table.begin (); in class()
222 iter != m_table.end (); ++iter) in class()
230 for (typename hash_table<hash_entry>::iterator iter = m_table.begin (); in class()
231 iter != m_table.end (); ++iter) in class()
236 size_t elements () const { return m_table.elements (); } in class()
238 void empty () { m_table.empty(); } in class()
241 bool is_empty () const { return m_table.is_empty (); } in class()
287 iterator begin () const { return iterator (m_table.begin ()); } in class()
288 iterator end () const { return iterator (m_table.end ()); } in class()
297 hash_table<hash_entry> m_table; in class() local
306 gt_ggc_mx (&h->m_table); in gt_ggc_mx()
313 gt_pch_nx (&h->m_table); in gt_pch_nx()
321 gt_cleare_cache (&h->m_table); in gt_cleare_cache()
328 op (&h->m_table.m_entries, cookie); in gt_pch_nx()