Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/
Dallocator_traits.hpp72 struct rebind_traits struct
74 typedef typename super::template rebind_traits<T> type;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dallocator_traits.hpp199 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T> >; typedef
267 template <typename T> using rebind_traits = allocator_traits< rebind_alloc<T> >; typedef
288 struct rebind_traits struct
/aosp_15_r20/external/clang/test/SemaCXX/
H A DPR9902.cpp20 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>; typedef
H A DPR9908.cpp16 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/include/boost/unordered/detail/
Dimplementation.hpp1270 using rebind_traits = typedef