Home
last modified time | relevance | path

Searched defs:allocator_argument (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/heap/
Dpairing_heap.hpp57 …typedef typename detail::make_heap_base<T, Parspec, constant_time_size>::allocator_argument alloca… typedef
145 typedef typename base_maker::allocator_argument allocator_argument; typedef in boost::heap::pairing_heap
Dfibonacci_heap.hpp58 …typedef typename detail::make_heap_base<T, Parspec, constant_time_size>::allocator_argument alloca… typedef
141 typedef typename base_maker::allocator_argument allocator_argument; typedef in boost::heap::fibonacci_heap
Dbinomial_heap.hpp55 …typedef typename detail::make_heap_base<T, Parspec, constant_time_size>::allocator_argument alloca… typedef
136 typedef typename base_maker::allocator_argument allocator_argument; typedef in boost::heap::binomial_heap
Dskew_heap.hpp186 …typedef typename make_heap_base<T, BoundArgs, constant_time_size>::allocator_argument allocator_ar… typedef
279 typedef typename base_maker::allocator_argument allocator_argument; typedef in boost::heap::skew_heap
/third_party/boost/boost/heap/detail/
Dstable_heap.hpp560 … typename parameter::binding<Parspec, tag::allocator, std::allocator<T> >::type allocator_argument; typedef