Searched defs:StdMap (Results 1 – 2 of 2) sorted by relevance
/llvm-project/libcxx/test/std/utilities/utility/mem.res/mem.res.aliases/ |
H A D | header_unordered_map_synop.pass.cpp | 46 using StdMap = std::unordered_map<K, V, DH, DP, std::pmr::polymorphic_allocator<P>>; in main() typedef 51 using StdMap = std::unordered_map<K, V, MH, DP, std::pmr::polymorphic_allocator<P>>; in main() typedef 56 using StdMap = std::unordered_map<K, V, MH, MP, std::pmr::polymorphic_allocator<P>>; in main() typedef 65 using StdMap = std::unordered_multimap<K, V, DH, DP, std::pmr::polymorphic_allocator<P>>; in main() typedef 70 using StdMap = std::unordered_multimap<K, V, MH, DP, std::pmr::polymorphic_allocator<P>>; in main() typedef 75 using StdMap = std::unordered_multimap<K, V, MH, MP, std::pmr::polymorphic_allocator<P>>; in main() typedef
|
H A D | header_map_synop.pass.cpp | 38 using StdMap = std::map<K, V, DC, std::pmr::polymorphic_allocator<P>>; in main() typedef 43 using StdMap = std::map<K, V, OC, std::pmr::polymorphic_allocator<P>>; in main() typedef 52 using StdMap = std::multimap<K, V, DC, std::pmr::polymorphic_allocator<P>>; in main() typedef 57 using StdMap = std::multimap<K, V, OC, std::pmr::polymorphic_allocator<P>>; in main() typedef
|