Searched refs:m_grow_size (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dresize_policy.hpp65 _Tp m_grow_size; member in class:__gnu_pbds::detail::resize_policy
72 resize_policy() : m_shrink_size(0), m_grow_size(min_size)
76 : m_shrink_size(other.m_shrink_size), m_grow_size(other.m_grow_size)
132 std::swap(m_grow_size, other.m_grow_size);
140 _GLIBCXX_DEBUG_ASSERT(size <= m_grow_size);
141 return size == m_grow_size;
149 _GLIBCXX_DEBUG_ASSERT(size <= m_grow_size);
157 { return m_grow_size * facto
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dresize_policy.hpp65 _Tp m_grow_size; member in class:__gnu_pbds::detail::resize_policy
72 resize_policy() : m_shrink_size(0), m_grow_size(min_size)
76 : m_shrink_size(other.m_shrink_size), m_grow_size(other.m_grow_size)
132 std::swap(m_grow_size, other.m_grow_size);
140 _GLIBCXX_DEBUG_ASSERT(size <= m_grow_size);
141 return size == m_grow_size;
149 _GLIBCXX_DEBUG_ASSERT(size <= m_grow_size);
157 { return m_grow_size * facto
[all...]

Completed in 183 milliseconds