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

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 37 * @file binary_heap_/resize_policy.hpp
52 class resize_policy class in namespace:__gnu_pbds::detail
72 resize_policy() : m_shrink_size(0), m_grow_size(min_size) function in class:__gnu_pbds::detail::resize_policy
75 resize_policy(const resize_policy& other) function in class:__gnu_pbds::detail::resize_policy
80 swap(resize_policy<_Tp>&);
124 const _Tp resize_policy<_Tp>::min_size;
128 resize_policy<_Tp>::
129 swap(resize_policy<_Tp>& other)
137 resize_policy<_Tp>:
    [all...]
split_join_fn_imps.hpp 59 const size_type new_size = resize_policy::get_new_size_for_arbitrary(left);
103 resize_policy::notify_arbitrary(m_actual_size);
119 const size_type new_size = resize_policy::get_new_size_for_arbitrary(len);
127 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
135 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
148 resize_policy::notify_arbitrary(new_size);
154 other.m_actual_size = resize_policy::min_size;
155 other.notify_arbitrary(resize_policy::min_size);
erase_fn_imps.hpp 51 const size_type new_size = resize_policy::get_new_size_for_arbitrary(0);
53 resize_policy::notify_arbitrary(new_size);
117 resize_policy::get_new_size_for_arbitrary(left);
123 resize_policy::notify_arbitrary(m_actual_size);
162 if (!resize_policy::resize_needed_for_shrink(m_size))
167 const size_type new_size = resize_policy::get_new_size_for_shrink();
169 resize_policy::notify_shrink_resize();
constructors_destructor_fn_imps.hpp 71 : m_size(0), m_actual_size(resize_policy::min_size),
78 : entry_cmp(r_cmp_fn), m_size(0), m_actual_size(resize_policy::min_size),
85 : entry_cmp(other), resize_policy(other), m_size(0),
129 static_cast<resize_policy*>(this)->swap(other);
insert_fn_imps.hpp 80 if (!resize_policy::resize_needed_for_grow(m_size))
86 const size_type new_size = resize_policy::get_new_size_for_grow();
88 resize_policy::notify_grow_resize();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 37 * @file binary_heap_/resize_policy.hpp
52 class resize_policy class in namespace:__gnu_pbds::detail
72 resize_policy() : m_shrink_size(0), m_grow_size(min_size) function in class:__gnu_pbds::detail::resize_policy
75 resize_policy(const resize_policy& other) function in class:__gnu_pbds::detail::resize_policy
80 swap(resize_policy<_Tp>&);
124 const _Tp resize_policy<_Tp>::min_size;
128 resize_policy<_Tp>::
129 swap(resize_policy<_Tp>& other)
137 resize_policy<_Tp>:
    [all...]
split_join_fn_imps.hpp 59 const size_type new_size = resize_policy::get_new_size_for_arbitrary(left);
103 resize_policy::notify_arbitrary(m_actual_size);
119 const size_type new_size = resize_policy::get_new_size_for_arbitrary(len);
127 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
135 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
148 resize_policy::notify_arbitrary(new_size);
154 other.m_actual_size = resize_policy::min_size;
155 other.notify_arbitrary(resize_policy::min_size);
erase_fn_imps.hpp 51 const size_type new_size = resize_policy::get_new_size_for_arbitrary(0);
53 resize_policy::notify_arbitrary(new_size);
117 resize_policy::get_new_size_for_arbitrary(left);
123 resize_policy::notify_arbitrary(m_actual_size);
162 if (!resize_policy::resize_needed_for_shrink(m_size))
167 const size_type new_size = resize_policy::get_new_size_for_shrink();
169 resize_policy::notify_shrink_resize();
constructors_destructor_fn_imps.hpp 71 : m_size(0), m_actual_size(resize_policy::min_size),
78 : entry_cmp(r_cmp_fn), m_size(0), m_actual_size(resize_policy::min_size),
85 : entry_cmp(other), resize_policy(other), m_size(0),
129 static_cast<resize_policy*>(this)->swap(other);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 37 * @file binary_heap_/resize_policy.hpp
52 class resize_policy class in namespace:__gnu_pbds::detail
72 resize_policy() : m_shrink_size(0), m_grow_size(min_size) function in class:__gnu_pbds::detail::resize_policy
75 resize_policy(const resize_policy& other) function in class:__gnu_pbds::detail::resize_policy
80 swap(resize_policy<_Tp>&);
124 const _Tp resize_policy<_Tp>::min_size;
128 resize_policy<_Tp>::
129 swap(resize_policy<_Tp>& other)
137 resize_policy<_Tp>:
    [all...]
split_join_fn_imps.hpp 59 const size_type new_size = resize_policy::get_new_size_for_arbitrary(left);
103 resize_policy::notify_arbitrary(m_actual_size);
119 const size_type new_size = resize_policy::get_new_size_for_arbitrary(len);
127 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
135 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
148 resize_policy::notify_arbitrary(new_size);
154 other.m_actual_size = resize_policy::min_size;
155 other.notify_arbitrary(resize_policy::min_size);
erase_fn_imps.hpp 51 const size_type new_size = resize_policy::get_new_size_for_arbitrary(0);
53 resize_policy::notify_arbitrary(new_size);
117 resize_policy::get_new_size_for_arbitrary(left);
123 resize_policy::notify_arbitrary(m_actual_size);
162 if (!resize_policy::resize_needed_for_shrink(m_size))
167 const size_type new_size = resize_policy::get_new_size_for_shrink();
169 resize_policy::notify_shrink_resize();
constructors_destructor_fn_imps.hpp 71 : m_size(0), m_actual_size(resize_policy::min_size),
78 : entry_cmp(r_cmp_fn), m_size(0), m_actual_size(resize_policy::min_size),
85 : entry_cmp(other), resize_policy(other), m_size(0),
129 static_cast<resize_policy*>(this)->swap(other);
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 37 * @file binary_heap_/resize_policy.hpp
52 class resize_policy class in namespace:__gnu_pbds::detail
72 resize_policy() : m_shrink_size(0), m_grow_size(min_size) function in class:__gnu_pbds::detail::resize_policy
75 resize_policy(const resize_policy& other) function in class:__gnu_pbds::detail::resize_policy
80 swap(resize_policy<_Tp>&);
124 const _Tp resize_policy<_Tp>::min_size;
128 resize_policy<_Tp>::
129 swap(resize_policy<_Tp>& other)
137 resize_policy<_Tp>:
    [all...]
split_join_fn_imps.hpp 59 const size_type new_size = resize_policy::get_new_size_for_arbitrary(left);
103 resize_policy::notify_arbitrary(m_actual_size);
119 const size_type new_size = resize_policy::get_new_size_for_arbitrary(len);
127 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
135 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
148 resize_policy::notify_arbitrary(new_size);
154 other.m_actual_size = resize_policy::min_size;
155 other.notify_arbitrary(resize_policy::min_size);
erase_fn_imps.hpp 51 const size_type new_size = resize_policy::get_new_size_for_arbitrary(0);
53 resize_policy::notify_arbitrary(new_size);
117 resize_policy::get_new_size_for_arbitrary(left);
123 resize_policy::notify_arbitrary(m_actual_size);
162 if (!resize_policy::resize_needed_for_shrink(m_size))
167 const size_type new_size = resize_policy::get_new_size_for_shrink();
169 resize_policy::notify_shrink_resize();
constructors_destructor_fn_imps.hpp 71 : m_size(0), m_actual_size(resize_policy::min_size),
78 : entry_cmp(r_cmp_fn), m_size(0), m_actual_size(resize_policy::min_size),
85 : entry_cmp(other), resize_policy(other), m_size(0),
129 static_cast<resize_policy*>(this)->swap(other);
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 37 * @file binary_heap_/resize_policy.hpp
52 class resize_policy class in namespace:__gnu_pbds::detail
72 resize_policy() : m_shrink_size(0), m_grow_size(min_size) function in class:__gnu_pbds::detail::resize_policy
75 resize_policy(const resize_policy& other) function in class:__gnu_pbds::detail::resize_policy
80 swap(resize_policy<_Tp>&);
124 const _Tp resize_policy<_Tp>::min_size;
128 resize_policy<_Tp>::
129 swap(resize_policy<_Tp>& other)
137 resize_policy<_Tp>:
    [all...]
split_join_fn_imps.hpp 59 const size_type new_size = resize_policy::get_new_size_for_arbitrary(left);
103 resize_policy::notify_arbitrary(m_actual_size);
119 const size_type new_size = resize_policy::get_new_size_for_arbitrary(len);
127 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
135 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
148 resize_policy::notify_arbitrary(new_size);
154 other.m_actual_size = resize_policy::min_size;
155 other.notify_arbitrary(resize_policy::min_size);
erase_fn_imps.hpp 51 const size_type new_size = resize_policy::get_new_size_for_arbitrary(0);
53 resize_policy::notify_arbitrary(new_size);
117 resize_policy::get_new_size_for_arbitrary(left);
123 resize_policy::notify_arbitrary(m_actual_size);
162 if (!resize_policy::resize_needed_for_shrink(m_size))
167 const size_type new_size = resize_policy::get_new_size_for_shrink();
169 resize_policy::notify_shrink_resize();
constructors_destructor_fn_imps.hpp 71 : m_size(0), m_actual_size(resize_policy::min_size),
78 : entry_cmp(r_cmp_fn), m_size(0), m_actual_size(resize_policy::min_size),
85 : entry_cmp(other), resize_policy(other), m_size(0),
129 static_cast<resize_policy*>(this)->swap(other);
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 37 * @file binary_heap_/resize_policy.hpp
52 class resize_policy class in namespace:__gnu_pbds::detail
72 resize_policy() : m_shrink_size(0), m_grow_size(min_size) function in class:__gnu_pbds::detail::resize_policy
75 resize_policy(const resize_policy& other) function in class:__gnu_pbds::detail::resize_policy
80 swap(resize_policy<_Tp>&);
124 const _Tp resize_policy<_Tp>::min_size;
128 resize_policy<_Tp>::
129 swap(resize_policy<_Tp>& other)
137 resize_policy<_Tp>:
    [all...]
split_join_fn_imps.hpp 59 const size_type new_size = resize_policy::get_new_size_for_arbitrary(left);
103 resize_policy::notify_arbitrary(m_actual_size);
119 const size_type new_size = resize_policy::get_new_size_for_arbitrary(len);
127 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
135 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
148 resize_policy::notify_arbitrary(new_size);
154 other.m_actual_size = resize_policy::min_size;
155 other.notify_arbitrary(resize_policy::min_size);
erase_fn_imps.hpp 51 const size_type new_size = resize_policy::get_new_size_for_arbitrary(0);
53 resize_policy::notify_arbitrary(new_size);
117 resize_policy::get_new_size_for_arbitrary(left);
123 resize_policy::notify_arbitrary(m_actual_size);
162 if (!resize_policy::resize_needed_for_shrink(m_size))
167 const size_type new_size = resize_policy::get_new_size_for_shrink();
169 resize_policy::notify_shrink_resize();
constructors_destructor_fn_imps.hpp 71 : m_size(0), m_actual_size(resize_policy::min_size),
78 : entry_cmp(r_cmp_fn), m_size(0), m_actual_size(resize_policy::min_size),
85 : entry_cmp(other), resize_policy(other), m_size(0),
129 static_cast<resize_policy*>(this)->swap(other);

Completed in 211 milliseconds

1 2 3