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

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dresize_fn_imps.hpp96 entry_array a_entries_resized = NULL; local
99 a_entries_resized = s_entry_allocator.allocate(new_size);
105 a_entries_resized[i].m_stat = empty_entry_status;
109 resize_imp(a_entries_resized, old_size);
113 erase_all_valid_entries(a_entries_resized, new_size);
115 s_entry_allocator.deallocate(a_entries_resized, new_size);
121 _GLIBCXX_DEBUG_ONLY(assert_entry_array_valid(a_entries_resized, traits_base::m_store_extra_indicator);)
126 m_entries = a_entries_resized;
133 resize_imp(entry_array a_entries_resized, size_type old_size) argument
137 resize_imp_reassign(m_entries + pos, a_entries_resized,
[all...]
H A Dresize_no_store_hash_fn_imps.hpp51 resize_imp_reassign(entry_pointer p_e, entry_array a_entries_resized, argument
60 entry_pointer p_new_e = a_entries_resized + pos;
H A Dresize_store_hash_fn_imps.hpp51 resize_imp_reassign(entry_pointer p_e, entry_array a_entries_resized, argument
61 entry_pointer p_new_e = a_entries_resized + pos;
H A Dconstructor_destructor_fn_imps.hpp208 erase_all_valid_entries(entry_array a_entries_resized, size_type len) argument
212 entry_pointer p_e = &a_entries_resized[pos];

Completed in 205 milliseconds