Searched refs:pop_heap (Results 1 - 25 of 58) sorted by relevance

123

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.sorting/alg.heap.operations/pop.heap/
H A Dpop_heap.pass.cpp15 // pop_heap(Iter first, Iter last);
29 std::pop_heap(ia, ia+i);
32 std::pop_heap(ia, ia);
H A Dpop_heap_comp.pass.cpp15 // pop_heap(Iter first, Iter last, Compare comp);
41 std::pop_heap(ia, ia+i, std::greater<int>());
44 std::pop_heap(ia, ia, std::greater<int>());
62 std::pop_heap(ia, ia+i, indirect_less());
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/pop.heap/
H A Dpop_heap.pass.cpp15 // pop_heap(Iter first, Iter last);
29 std::pop_heap(ia, ia+i);
32 std::pop_heap(ia, ia);
H A Dpop_heap_comp.pass.cpp15 // pop_heap(Iter first, Iter last, Compare comp);
41 std::pop_heap(ia, ia+i, std::greater<int>());
44 std::pop_heap(ia, ia, std::greater<int>());
62 std::pop_heap(ia, ia+i, indirect_less());
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.sorting/alg.heap.operations/pop.heap/
H A Dpop_heap.pass.cpp15 // pop_heap(Iter first, Iter last);
29 std::pop_heap(ia, ia+i);
32 std::pop_heap(ia, ia);
H A Dpop_heap_comp.pass.cpp15 // pop_heap(Iter first, Iter last, Compare comp);
41 std::pop_heap(ia, ia+i, std::greater<int>());
44 std::pop_heap(ia, ia, std::greater<int>());
62 std::pop_heap(ia, ia+i, indirect_less());
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_heap.h35 // Heap-manipulation functions: push_heap, pop_heap, make_heap, sort_heap.
62 void pop_heap(_RandomAccessIterator __first,
85 pop_heap(_RandomAccessIterator __first,
102 pop_heap(__first, __last--);
112 pop_heap(__first, __last--, __comp);
H A D_heap.c138 void pop_heap(_RandomAccessIterator __first, function
181 pop_heap(_RandomAccessIterator __first, function
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_heap.h35 // Heap-manipulation functions: push_heap, pop_heap, make_heap, sort_heap.
62 void pop_heap(_RandomAccessIterator __first,
85 pop_heap(_RandomAccessIterator __first,
102 pop_heap(__first, __last--);
112 pop_heap(__first, __last--, __comp);
H A D_heap.c138 void pop_heap(_RandomAccessIterator __first, function
181 pop_heap(_RandomAccessIterator __first, function
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_heap.h35 // Heap-manipulation functions: push_heap, pop_heap, make_heap, sort_heap.
62 void pop_heap(_RandomAccessIterator __first,
85 pop_heap(_RandomAccessIterator __first,
102 pop_heap(__first, __last--);
112 pop_heap(__first, __last--, __comp);
H A D_heap.c138 void pop_heap(_RandomAccessIterator __first, function
181 pop_heap(_RandomAccessIterator __first, function
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_heap.h35 // Heap-manipulation functions: push_heap, pop_heap, make_heap, sort_heap.
62 void pop_heap(_RandomAccessIterator __first,
85 pop_heap(_RandomAccessIterator __first,
102 pop_heap(__first, __last--);
112 pop_heap(__first, __last--, __comp);
H A D_heap.c138 void pop_heap(_RandomAccessIterator __first, function
181 pop_heap(_RandomAccessIterator __first, function
/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_/
H A Dbinary_heap_.hpp286 pop_heap() function in class:__gnu_pbds::detail::binary_heap
290 std::pop_heap(m_a_entries, end, m_cmp);
H A Derase_fn_imps.hpp88 pop_heap();
/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_/
H A Dbinary_heap_.hpp286 pop_heap() function in class:__gnu_pbds::detail::binary_heap
290 std::pop_heap(m_a_entries, end, m_cmp);
H A Derase_fn_imps.hpp88 pop_heap();
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp286 pop_heap() function in class:__gnu_pbds::detail::binary_heap
290 std::pop_heap(m_a_entries, end, m_cmp);
H A Derase_fn_imps.hpp88 pop_heap();
/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_/
H A Dbinary_heap_.hpp286 pop_heap() function in class:__gnu_pbds::detail::binary_heap
290 std::pop_heap(m_a_entries, end, m_cmp);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp286 pop_heap() function in class:__gnu_pbds::detail::binary_heap
290 std::pop_heap(m_a_entries, end, m_cmp);
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp286 pop_heap() function in class:__gnu_pbds::detail::binary_heap
290 std::pop_heap(m_a_entries, end, m_cmp);
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp286 pop_heap() function in class:__gnu_pbds::detail::binary_heap
290 std::pop_heap(m_a_entries, end, m_cmp);
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp286 pop_heap() function in class:__gnu_pbds::detail::binary_heap
290 std::pop_heap(m_a_entries, end, m_cmp);

Completed in 442 milliseconds

123