Home
last modified time | relevance | path

Searched defs:container_base_dispatch (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/
H A Dcontainer_base_dispatch.hpp112 typedef typename at0::type at0t;
114 typedef typename at1::type at1t;
128 typedef typename at0::type at0t;
268 typedef typename at3::type at3t;
275 at3t::value, at4t, at2t> type;
291 typedef typename at3::type at3t;
298 at3t::value, at4t, at2t> type;
313 typedef typename at3::type at3t;
322 at3t::value, at4t, at5t, at2t> type;
338 typedef typename at3::type at3t;
[all …]
H A Dpriority_queue_base_dispatch.hpp68 struct container_base_dispatch<_VTp, Cmp_Fn, _Alloc, pairing_heap_tag, struct
72 typedef pairing_heap<_VTp, Cmp_Fn, _Alloc> type;
77 struct container_base_dispatch<_VTp, Cmp_Fn, _Alloc, binomial_heap_tag, struct
81 typedef binomial_heap<_VTp, Cmp_Fn, _Alloc> type;
86 struct container_base_dispatch<_VTp, Cmp_Fn, _Alloc, rc_binomial_heap_tag, struct
90 typedef rc_binomial_heap<_VTp, Cmp_Fn, _Alloc> type;
95 struct container_base_dispatch<_VTp, Cmp_Fn, _Alloc, binary_heap_tag, struct
99 typedef binary_heap<_VTp, Cmp_Fn, _Alloc> type;
104 struct container_base_dispatch<_VTp, Cmp_Fn, _Alloc, thin_heap_tag, struct
108 typedef thin_heap<_VTp, Cmp_Fn, _Alloc> type;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/
H A Dcontainer_base_dispatch.hpp112 typedef typename at0::type at0t;
114 typedef typename at1::type at1t;
128 typedef typename at0::type at0t;
268 typedef typename at3::type at3t;
275 at3t::value, at4t, at2t> type;
291 typedef typename at3::type at3t;
298 at3t::value, at4t, at2t> type;
313 typedef typename at3::type at3t;
322 at3t::value, at4t, at5t, at2t> type;
338 typedef typename at3::type at3t;
[all …]
H A Dpriority_queue_base_dispatch.hpp68 struct container_base_dispatch<_VTp, Cmp_Fn, _Alloc, pairing_heap_tag, struct
72 typedef pairing_heap<_VTp, Cmp_Fn, _Alloc> type;
77 struct container_base_dispatch<_VTp, Cmp_Fn, _Alloc, binomial_heap_tag, struct
81 typedef binomial_heap<_VTp, Cmp_Fn, _Alloc> type;
86 struct container_base_dispatch<_VTp, Cmp_Fn, _Alloc, rc_binomial_heap_tag, struct
90 typedef rc_binomial_heap<_VTp, Cmp_Fn, _Alloc> type;
95 struct container_base_dispatch<_VTp, Cmp_Fn, _Alloc, binary_heap_tag, struct
99 typedef binary_heap<_VTp, Cmp_Fn, _Alloc> type;
104 struct container_base_dispatch<_VTp, Cmp_Fn, _Alloc, thin_heap_tag, struct
108 typedef thin_heap<_VTp, Cmp_Fn, _Alloc> type;