Searched defs:get_real_stored_allocator (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | flat_map_test.cpp | 445 struct get_real_stored_allocator<flat_map<Key, T, Compare, Allocator> > struct 447 typedef typename flat_map<Key, T, Compare, Allocator>::impl_stored_allocator_type type; 451 struct get_real_stored_allocator<flat_multimap<Key, T, Compare, Allocator> > struct 453 typedef typename flat_multimap<Key, T, Compare, Allocator>::impl_stored_allocator_type type;
|
D | propagate_allocator_test.hpp | 101 struct get_real_stored_allocator struct 103 typedef typename T::stored_allocator_type type;
|