HomeSort by relevance Sort by last modified time
    Searched defs:a_p_entries_resized (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
resize_fn_imps.hpp 86 entry_pointer_array a_p_entries_resized; local
94 a_p_entries_resized = s_entry_pointer_allocator.allocate(new_size);
104 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size);
112 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old_size)
114 std::fill(a_p_entries_resized, a_p_entries_resized + m_num_e,
121 p_e = resize_imp_no_exceptions_reassign_pointer(p_e, a_p_entries_resized, traits_base::m_store_extra_indicator);
125 _GLIBCXX_DEBUG_ONLY(assert_entry_pointer_array_valid(a_p_entries_resized,
128 m_entries = a_p_entries_resized;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
resize_fn_imps.hpp 86 entry_pointer_array a_p_entries_resized; local
94 a_p_entries_resized = s_entry_pointer_allocator.allocate(new_size);
104 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size);
112 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old_size)
114 std::fill(a_p_entries_resized, a_p_entries_resized + m_num_e,
121 p_e = resize_imp_no_exceptions_reassign_pointer(p_e, a_p_entries_resized, traits_base::m_store_extra_indicator);
125 _GLIBCXX_DEBUG_ONLY(assert_entry_pointer_array_valid(a_p_entries_resized,
128 m_entries = a_p_entries_resized;

Completed in 97 milliseconds