Home
last modified time | relevance | path

Searched refs:SetAlloc (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/libcxx/debug/containers/
Ddb_associative_container_tests.pass.cpp54 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()
Ddb_unord_container_tests.pass.cpp52 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()