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

1 2 3

  /external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/pop.heap/
pop_heap.pass.cpp 15 // pop_heap(Iter first, Iter last);
32 std::pop_heap(ia, ia+i);
35 std::pop_heap(ia, ia);
pop_heap_comp.pass.cpp 15 // pop_heap(Iter first, Iter last, Compare comp);
45 std::pop_heap(ia, ia+i, std::greater<int>());
48 std::pop_heap(ia, ia, std::greater<int>());
66 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/
pop_heap.pass.cpp 15 // pop_heap(Iter first, Iter last);
29 std::pop_heap(ia, ia+i);
32 std::pop_heap(ia, ia);
pop_heap_comp.pass.cpp 15 // 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/
pop_heap.pass.cpp 15 // pop_heap(Iter first, Iter last);
29 std::pop_heap(ia, ia+i);
32 std::pop_heap(ia, ia);
pop_heap_comp.pass.cpp 15 // 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/r10/sources/cxx-stl/stlport/stlport/stl/
_heap.h 35 // 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);
_heap.c 138 void pop_heap(_RandomAccessIterator __first, function
181 pop_heap(_RandomAccessIterator __first, function
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_heap.h 35 // 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);
_heap.c 138 void pop_heap(_RandomAccessIterator __first, function
181 pop_heap(_RandomAccessIterator __first, function
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_heap.h 35 // 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);
_heap.c 138 void pop_heap(_RandomAccessIterator __first, function
181 pop_heap(_RandomAccessIterator __first, function
  /system/chre/util/include/chre/util/
heap.h 50 void pop_heap(ContainerType& container, const CompareFunction& compare);
heap_impl.h 86 void pop_heap(ContainerType& container, const CompareFunction& compare) {
  /system/chre/util/tests/
heap_test.cc 19 EXPECT_DEATH(chre::pop_heap(v, comp), "");
46 chre::pop_heap(v, comp);
94 chre::pop_heap(v, comp);
110 chre::pop_heap(v, std::greater<int>());
  /external/libmojo/mojo/edk/system/ports/
message_queue.cc 55 std::pop_heap(heap_.begin(), heap_.end());
  /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_/
binary_heap_.hpp 286 pop_heap() function in class:__gnu_pbds::detail::binary_heap
290 std::pop_heap(m_a_entries, end, m_cmp);
erase_fn_imps.hpp 88 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_/
binary_heap_.hpp 286 pop_heap() function in class:__gnu_pbds::detail::binary_heap
290 std::pop_heap(m_a_entries, end, m_cmp);
erase_fn_imps.hpp 88 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_/
binary_heap_.hpp 286 pop_heap() function in class:__gnu_pbds::detail::binary_heap
290 std::pop_heap(m_a_entries, end, m_cmp);
erase_fn_imps.hpp 88 pop_heap();
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp 286 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_/
binary_heap_.hpp 286 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_/
binary_heap_.hpp 286 pop_heap() function in class:__gnu_pbds::detail::binary_heap
290 std::pop_heap(m_a_entries, end, m_cmp);

Completed in 1172 milliseconds

1 2 3