Searched refs:a_entries_resized (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dresize_fn_imps.hpp90 entry_array a_entries_resized = NULL; local
93 a_entries_resized = s_entry_allocator.allocate(new_size);
99 a_entries_resized[i].m_stat = empty_entry_status;
103 resize_imp(a_entries_resized, old_size);
107 erase_all_valid_entries(a_entries_resized, new_size);
109 s_entry_allocator.deallocate(a_entries_resized, new_size);
115 _GLIBCXX_DEBUG_ONLY(assert_entry_array_valid(a_entries_resized, traits_base::m_store_extra_indicator);)
120 m_entries = a_entries_resized;
127 resize_imp(entry_array a_entries_resized, size_type old_size) argument
131 resize_imp_reassign(m_entries + pos, a_entries_resized,
[all...]
H A Dresize_no_store_hash_fn_imps.hpp45 resize_imp_reassign(entry_pointer p_e, entry_array a_entries_resized, argument
54 entry_pointer p_new_e = a_entries_resized + pos;
H A Dresize_store_hash_fn_imps.hpp45 resize_imp_reassign(entry_pointer p_e, entry_array a_entries_resized, argument
55 entry_pointer p_new_e = a_entries_resized + pos;
H A Dconstructor_destructor_fn_imps.hpp202 erase_all_valid_entries(entry_array a_entries_resized, size_type len) argument
206 entry_pointer p_e = &a_entries_resized[pos];
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/gp_ht_map_/
H A Dresize_fn_imps.hpp93 entry_array a_entries_resized = NULL; local
101 a_entries_resized = s_entry_allocator.allocate(new_size);
113 a_entries_resized[i].m_stat = (entry_status)EMPTY_ENTRY_STATUS;
117 resize_imp(a_entries_resized, old_size);
121 erase_all_valid_entries(a_entries_resized, new_size);
125 s_entry_allocator.deallocate(a_entries_resized, new_size);
134 PB_ASSOC_DBG_ONLY(assert_entry_array_valid(a_entries_resized, my_hash_traits_base::s_store_hash_indicator);)
142 m_a_entries = a_entries_resized;
150 resize_imp(entry_array a_entries_resized, size_type old_size) argument
154 resize_imp_reassign(m_a_entries + pos, a_entries_resized, my_hash_traits_bas
[all...]
H A Dresize_no_store_hash_fn_imps.hpp49 resize_imp_reassign(entry_pointer p_e, entry_array a_entries_resized, int_to_type<false>) argument
62 entry* const p_new_e = a_entries_resized + pos;
H A Dresize_store_hash_fn_imps.hpp49 resize_imp_reassign(entry_pointer p_e, entry_array a_entries_resized, int_to_type<true>) argument
63 entry* const p_new_e = a_entries_resized + pos;
H A Dgp_ht_map_.hpp454 erase_all_valid_entries(entry_array a_entries_resized, size_type size);
463 resize_imp(entry_array a_entries_resized, size_type old_size);
466 resize_imp_reassign(entry_pointer p_e, entry_array a_entries_resized, int_to_type<false>);
469 resize_imp_reassign(entry_pointer p_e, entry_array a_entries_resized, int_to_type<true>);
H A Dconstructor_destructor_fn_imps.hpp234 erase_all_valid_entries(entry_array a_entries_resized, size_type size) argument
238 entry_pointer p_e =& a_entries_resized[pos];

Completed in 119 milliseconds