Searched defs:PmrMap (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 | 47 using PmrMap = std::pmr::unordered_map<K, V>; in main() typedef 52 using PmrMap = std::pmr::unordered_map<K, V, MH>; in main() typedef 57 using PmrMap = std::pmr::unordered_map<K, V, MH, MP>; in main() typedef 66 using PmrMap = std::pmr::unordered_multimap<K, V>; in main() typedef 71 using PmrMap = std::pmr::unordered_multimap<K, V, MH>; in main() typedef 76 using PmrMap = std::pmr::unordered_multimap<K, V, MH, MP>; in main() typedef
|
H A D | header_map_synop.pass.cpp | 39 using PmrMap = std::pmr::map<K, V>; in main() typedef 44 using PmrMap = std::pmr::map<K, V, OC>; in main() typedef 53 using PmrMap = std::pmr::multimap<K, V>; in main() typedef 58 using PmrMap = std::pmr::multimap<K, V, OC>; in main() typedef
|