HomeSort by relevance Sort by last modified time
    Searched refs:m_grow_size (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/binary_heap_/
resize_policy.hpp 65 _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 * factor;
    [all...]
  /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 65 _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 * factor;
    [all...]

Completed in 151 milliseconds