HomeSort by relevance Sort by last modified time
    Searched refs:resize_policy (Results 1 - 12 of 12) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 66 resize_policy::get_new_size_for_arbitrary(left);
113 resize_policy::notify_arbitrary(m_actual_size);
129 const size_type actual_size = resize_policy::get_new_size_for_arbitrary(len);
137 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
145 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
158 resize_policy::notify_arbitrary(actual_size);
165 other.m_actual_size = resize_policy::min_size;
167 other.notify_arbitrary(resize_policy::min_size);
erase_fn_imps.hpp 51 const size_type actual_size = resize_policy::get_new_size_for_arbitrary(0);
55 resize_policy::notify_arbitrary(actual_size);
135 resize_policy::get_new_size_for_arbitrary(left);
145 resize_policy::notify_arbitrary(m_actual_size);
191 if (!resize_policy::resize_needed_for_shrink(m_size))
197 resize_policy::get_new_size_for_shrink();
201 resize_policy::notify_shrink_resize();
constructors_destructor_fn_imps.hpp 74 m_actual_size(resize_policy::min_size),
85 m_actual_size(resize_policy::min_size),
95 resize_policy(other),
148 static_cast<resize_policy*>(this)->swap(other);
debug_fn_imps.hpp 52 resize_policy::assert_valid();
resize_policy.hpp 37 * @file resize_policy.hpp
53 #define PB_DS_CLASS_C_DEC resize_policy<Size_Type>
56 class resize_policy class in namespace:__gnu_pbds::detail
68 resize_policy();
128 resize_policy() : function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
trace_fn_imps.hpp 59 resize_policy::trace();
insert_fn_imps.hpp 91 if (!resize_policy::resize_needed_for_grow(m_size))
97 const size_type new_actual_size = resize_policy::get_new_size_for_grow();
99 resize_policy::notify_grow_resize();
binary_heap_.hpp 55 #include <ext/pb_ds/detail/binary_heap_/resize_policy.hpp>
78 __gnu_pbds::detail::resize_policy<typename Allocator::size_type>
117 typedef PB_DS_RESIZE_POLICY_DEC resize_policy; typedef in class:__gnu_pbds::detail::binary_heap_
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
hash_policy.hpp 51 #include <ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp>
287 #include <ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp>
389 #include <ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp>
427 #include <ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp>
462 #include <ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp>
597 #include <ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp>
assoc_container.hpp 116 typename __gnu_cxx::typelist::create4<Hash_Fn, Eq_Fn, Resize_Policy, detail::integral_constant<int, Store_Hash> >::type, Policy_TL>::type, Allocator>
123 typename Resize_Policy,
151 basic_hash_table<Key, Mapped, Hash_Fn, Eq_Fn, Resize_Policy, Store_Hash, \
161 typename Resize_Policy = typename detail::default_resize_policy<Comb_Hash_Fn>::type,
172 typedef Resize_Policy resize_policy; typedef in class:__gnu_pbds::cc_hash_table
203 // resize_policy object of the container object.
205 const resize_policy& rp)
254 // copied by the resize_policy object of the container object.
257 const comb_hash_fn& ch, const resize_policy& rp
312 typedef Resize_Policy resize_policy; typedef in class:__gnu_pbds::gp_hash_table
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 65 typename Comb_Hash_Fn, typename Resize_Policy>
77 Store_Hash, Comb_Hash_Fn, Resize_Policy>
111 typename Resize_Policy >
117 public Resize_Policy,
148 typedef Resize_Policy resize_base;
170 typedef Resize_Policy resize_policy; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
222 const Resize_Policy&);
266 Resize_Policy&
269 const Resize_Policy&
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 62 typename Probe_Fn, typename Resize_Policy>
74 Store_Hash, Comb_Probe_Fn, Probe_Fn, Resize_Policy>
108 typename Resize_Policy>
114 public Resize_Policy,
153 typedef Resize_Policy resize_base;
172 typedef Resize_Policy resize_policy; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
229 const Probe_Fn&, const Resize_Policy&);
274 Resize_Policy&
277 const Resize_Policy&
    [all...]

Completed in 89 milliseconds