Searched refs:has_reserve (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/heap/ | ||
D | heap_merge.hpp | 45 typedef typename boost::conditional<Heap1::has_reserve, |
D | priority_queue.hpp | 109 static const bool has_reserve = true; member in boost::heap::priority_queue |
D | pairing_heap.hpp | 232 static const bool has_reserve = false; member in boost::heap::pairing_heap |
D | d_ary_heap.hpp | 502 static const bool has_reserve = true; member in boost::heap::d_ary_heap |
D | fibonacci_heap.hpp | 220 static const bool has_reserve = false; member in boost::heap::fibonacci_heap |
D | skew_heap.hpp | 363 static const bool has_reserve = false; member in boost::heap::skew_heap |
D | binomial_heap.hpp | 146 static const bool has_reserve = false; member in boost::heap::binomial_heap |
/third_party/boost/libs/heap/doc/ | ||
D | heap.qbk | 90 …ve(size_type); // reserve space, only available if (has_reserve == true) |