Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/
H A Dcontainer_base_dispatch.hpp107 struct container_base_dispatch<Key, Mapped, _Alloc, list_update_tag, struct
111 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
112 typedef typename at0::type at0t;
113 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
114 typedef typename at1::type at1t;
118 typedef lu_map<Key, Mapped, at0t, _Alloc, at1t> type;
123 struct container_base_dispatch<Key, null_type, _Alloc, list_update_tag, struct
127 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
128 typedef typename at0::type at0t;
129 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
[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;
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/
H A Dcontainer_base_dispatch.hpp107 struct container_base_dispatch<Key, Mapped, _Alloc, list_update_tag, struct
111 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
112 typedef typename at0::type at0t;
113 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
114 typedef typename at1::type at1t;
118 typedef lu_map<Key, Mapped, at0t, _Alloc, at1t> type;
123 struct container_base_dispatch<Key, null_type, _Alloc, list_update_tag, struct
127 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0;
128 typedef typename at0::type at0t;
129 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1;
[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;