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

1 2 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 74 m_actual_size(resize_policy::min_size),
75 m_a_entries(s_entry_allocator.allocate(m_actual_size))
85 m_actual_size(resize_policy::min_size),
86 m_a_entries(s_entry_allocator.allocate(m_actual_size))
97 m_actual_size(other.m_actual_size),
98 m_a_entries(s_entry_allocator.allocate(m_actual_size))
119 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
147 std::swap(m_actual_size, other.m_actual_size);
    [all...]
debug_fn_imps.hpp 49 s_entry_allocator.check_allocated(m_a_entries, m_actual_size);
53 _GLIBCXX_DEBUG_ASSERT(m_size <= m_actual_size);
split_join_fn_imps.hpp 99 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
100 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
102 m_actual_size = actual_size;
103 other.m_actual_size = other_actual_size;
114 resize_policy::notify_arbitrary(m_actual_size);
115 other.notify_arbitrary(other.m_actual_size);
154 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
157 m_actual_size = actual_size;
163 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
166 other.m_actual_size = resize_policy::min_size
    [all...]
  /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_/
constructors_destructor_fn_imps.hpp 71 : m_size(0), m_actual_size(resize_policy::min_size),
72 m_a_entries(s_entry_allocator.allocate(m_actual_size))
78 : entry_cmp(r_cmp_fn), m_size(0), m_actual_size(resize_policy::min_size),
79 m_a_entries(s_entry_allocator.allocate(m_actual_size))
86 m_actual_size(other.m_actual_size),
87 m_a_entries(s_entry_allocator.allocate(m_actual_size))
101 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
128 std::swap(m_actual_size, other.m_actual_size);
    [all...]
split_join_fn_imps.hpp 88 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
89 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
91 m_actual_size = new_size;
92 other.m_actual_size = other_actual_size;
103 resize_policy::notify_arbitrary(m_actual_size);
104 other.notify_arbitrary(other.m_actual_size);
144 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
147 m_actual_size = new_size;
151 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
154 other.m_actual_size = resize_policy::min_size
    [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_/
constructors_destructor_fn_imps.hpp 71 : m_size(0), m_actual_size(resize_policy::min_size),
72 m_a_entries(s_entry_allocator.allocate(m_actual_size))
78 : entry_cmp(r_cmp_fn), m_size(0), m_actual_size(resize_policy::min_size),
79 m_a_entries(s_entry_allocator.allocate(m_actual_size))
86 m_actual_size(other.m_actual_size),
87 m_a_entries(s_entry_allocator.allocate(m_actual_size))
101 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
128 std::swap(m_actual_size, other.m_actual_size);
    [all...]
split_join_fn_imps.hpp 88 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
89 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
91 m_actual_size = new_size;
92 other.m_actual_size = other_actual_size;
103 resize_policy::notify_arbitrary(m_actual_size);
104 other.notify_arbitrary(other.m_actual_size);
144 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
147 m_actual_size = new_size;
151 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
154 other.m_actual_size = resize_policy::min_size
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 74 m_actual_size(resize_policy::min_size),
75 m_a_entries(s_entry_allocator.allocate(m_actual_size))
85 m_actual_size(resize_policy::min_size),
86 m_a_entries(s_entry_allocator.allocate(m_actual_size))
97 m_actual_size(other.m_actual_size),
98 m_a_entries(s_entry_allocator.allocate(m_actual_size))
119 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
147 std::swap(m_actual_size, other.m_actual_size);
    [all...]
debug_fn_imps.hpp 49 s_entry_allocator.check_allocated(m_a_entries, m_actual_size);
53 _GLIBCXX_DEBUG_ASSERT(m_size <= m_actual_size);
split_join_fn_imps.hpp 98 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
99 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
101 m_actual_size = actual_size;
102 other.m_actual_size = other_actual_size;
113 resize_policy::notify_arbitrary(m_actual_size);
114 other.notify_arbitrary(other.m_actual_size);
153 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
156 m_actual_size = actual_size;
162 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
165 other.m_actual_size = resize_policy::min_size
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 74 m_actual_size(resize_policy::min_size),
75 m_a_entries(s_entry_allocator.allocate(m_actual_size))
85 m_actual_size(resize_policy::min_size),
86 m_a_entries(s_entry_allocator.allocate(m_actual_size))
97 m_actual_size(other.m_actual_size),
98 m_a_entries(s_entry_allocator.allocate(m_actual_size))
119 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
147 std::swap(m_actual_size, other.m_actual_size);
    [all...]
debug_fn_imps.hpp 49 s_entry_allocator.check_allocated(m_a_entries, m_actual_size);
53 _GLIBCXX_DEBUG_ASSERT(m_size <= m_actual_size);
split_join_fn_imps.hpp 98 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
99 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
101 m_actual_size = actual_size;
102 other.m_actual_size = other_actual_size;
113 resize_policy::notify_arbitrary(m_actual_size);
114 other.notify_arbitrary(other.m_actual_size);
153 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
156 m_actual_size = actual_size;
162 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
165 other.m_actual_size = resize_policy::min_size
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 74 m_actual_size(resize_policy::min_size),
75 m_a_entries(s_entry_allocator.allocate(m_actual_size))
85 m_actual_size(resize_policy::min_size),
86 m_a_entries(s_entry_allocator.allocate(m_actual_size))
97 m_actual_size(other.m_actual_size),
98 m_a_entries(s_entry_allocator.allocate(m_actual_size))
119 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
147 std::swap(m_actual_size, other.m_actual_size);
    [all...]
debug_fn_imps.hpp 49 s_entry_allocator.check_allocated(m_a_entries, m_actual_size);
53 _GLIBCXX_DEBUG_ASSERT(m_size <= m_actual_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 74 m_actual_size(resize_policy::min_size),
75 m_a_entries(s_entry_allocator.allocate(m_actual_size))
85 m_actual_size(resize_policy::min_size),
86 m_a_entries(s_entry_allocator.allocate(m_actual_size))
97 m_actual_size(other.m_actual_size),
98 m_a_entries(s_entry_allocator.allocate(m_actual_size))
119 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
147 std::swap(m_actual_size, other.m_actual_size);
    [all...]
debug_fn_imps.hpp 49 s_entry_allocator.check_allocated(m_a_entries, m_actual_size);
53 _GLIBCXX_DEBUG_ASSERT(m_size <= m_actual_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 74 m_actual_size(resize_policy::min_size),
75 m_a_entries(s_entry_allocator.allocate(m_actual_size))
85 m_actual_size(resize_policy::min_size),
86 m_a_entries(s_entry_allocator.allocate(m_actual_size))
97 m_actual_size(other.m_actual_size),
98 m_a_entries(s_entry_allocator.allocate(m_actual_size))
119 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
147 std::swap(m_actual_size, other.m_actual_size);
    [all...]
debug_fn_imps.hpp 49 s_entry_allocator.check_allocated(m_a_entries, m_actual_size);
53 _GLIBCXX_DEBUG_ASSERT(m_size <= m_actual_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 72 : m_size(0), m_actual_size(resize_policy::min_size),
73 m_a_entries(s_entry_allocator.allocate(m_actual_size))
79 : entry_cmp(r_cmp_fn), m_size(0), m_actual_size(resize_policy::min_size),
80 m_a_entries(s_entry_allocator.allocate(m_actual_size))
87 m_actual_size(other.m_actual_size),
88 m_a_entries(s_entry_allocator.allocate(m_actual_size))
102 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
129 std::swap(m_actual_size, other.m_actual_size);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 74 m_actual_size(resize_policy::min_size),
75 m_a_entries(s_entry_allocator.allocate(m_actual_size))
85 m_actual_size(resize_policy::min_size),
86 m_a_entries(s_entry_allocator.allocate(m_actual_size))
97 m_actual_size(other.m_actual_size),
98 m_a_entries(s_entry_allocator.allocate(m_actual_size))
119 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
147 std::swap(m_actual_size, other.m_actual_size);
    [all...]
debug_fn_imps.hpp 49 s_entry_allocator.check_allocated(m_a_entries, m_actual_size);
53 _GLIBCXX_DEBUG_ASSERT(m_size <= m_actual_size);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 72 : m_size(0), m_actual_size(resize_policy::min_size),
73 m_a_entries(s_entry_allocator.allocate(m_actual_size))
79 : entry_cmp(r_cmp_fn), m_size(0), m_actual_size(resize_policy::min_size),
80 m_a_entries(s_entry_allocator.allocate(m_actual_size))
87 m_actual_size(other.m_actual_size),
88 m_a_entries(s_entry_allocator.allocate(m_actual_size))
102 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
129 std::swap(m_actual_size, other.m_actual_size);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 71 : m_size(0), m_actual_size(resize_policy::min_size),
72 m_a_entries(s_entry_allocator.allocate(m_actual_size))
78 : entry_cmp(r_cmp_fn), m_size(0), m_actual_size(resize_policy::min_size),
79 m_a_entries(s_entry_allocator.allocate(m_actual_size))
86 m_actual_size(other.m_actual_size),
87 m_a_entries(s_entry_allocator.allocate(m_actual_size))
101 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
128 std::swap(m_actual_size, other.m_actual_size);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
constructors_destructor_fn_imps.hpp 71 : m_size(0), m_actual_size(resize_policy::min_size),
72 m_a_entries(s_entry_allocator.allocate(m_actual_size))
78 : entry_cmp(r_cmp_fn), m_size(0), m_actual_size(resize_policy::min_size),
79 m_a_entries(s_entry_allocator.allocate(m_actual_size))
86 m_actual_size(other.m_actual_size),
87 m_a_entries(s_entry_allocator.allocate(m_actual_size))
101 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
128 std::swap(m_actual_size, other.m_actual_size);
    [all...]

Completed in 438 milliseconds

1 2 3 4