Searched refs:SetAlloc (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/test/libcxx/debug/containers/ |
D | db_associative_container_tests.pass.cpp | 54 using SetAlloc = test_allocator<int>; in main() typedef 59 std::set<int, std::less<int>, SetAlloc>, CT_Set>::run(); in main() 61 std::multiset<int, std::less<int>, SetAlloc>, CT_MultiSet>::run(); in main()
|
D | db_unord_container_tests.pass.cpp | 52 using SetAlloc = test_allocator<int>; in main() typedef 59 std::unordered_set<int, std::hash<int>, std::equal_to<int>, SetAlloc>, in main() 65 std::unordered_multiset<int, std::hash<int>, std::equal_to<int>, SetAlloc>, in main()
|