You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/containers/unord/unord.map
Zoe Carver 3f39fe31c4 Add contains method to associative containers. This patch implements P0458R2, adding contains to map, multimap, unordered_map, unordered_multimap, set, multiset, unordered_set, and unordered_multiset.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@366170 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
unord.map.cnstr [libc++] Implement P0433: deduction guides for <unordered_map> 6 years ago
unord.map.elem Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 7 years ago
unord.map.modifiers Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 7 years ago
unord.map.swap Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 7 years ago
allocator_mismatch.fail.cpp Support tests in freestanding 7 years ago
bucket.pass.cpp Fix a bunch of unordered container tests that were failing when _LIBCPP_DEBUG was set. 7 years ago
bucket_count.pass.cpp Support tests in freestanding 7 years ago
bucket_size.pass.cpp Fix a bunch of unordered container tests that were failing when _LIBCPP_DEBUG was set. 7 years ago
compare.pass.cpp Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 7 years ago
contains.pass.cpp Add contains method to associative containers. This patch implements P0458R2, adding contains to map, multimap, unordered_map, unordered_multimap, set, multiset, unordered_set, and unordered_multiset. 6 years ago
count.pass.cpp Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 7 years ago
empty.fail.cpp Support tests in freestanding 7 years ago
empty.pass.cpp Support tests in freestanding 7 years ago
eq.pass.cpp Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 7 years ago
equal_range_const.pass.cpp Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 7 years ago
equal_range_non_const.pass.cpp Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 7 years ago
erase_if.pass.cpp Support tests in freestanding 7 years ago
find_const.pass.cpp Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 7 years ago
find_non_const.pass.cpp Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 7 years ago
incomplete_type.pass.cpp Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 7 years ago
iterators.pass.cpp Support tests in freestanding 7 years ago
load_factor.pass.cpp Support tests in freestanding 7 years ago
local_iterators.pass.cpp Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 7 years ago
max_bucket_count.pass.cpp Support tests in freestanding 7 years ago
max_load_factor.pass.cpp Support tests in freestanding 7 years ago
max_size.pass.cpp Support tests in freestanding 7 years ago
rehash.pass.cpp Support tests in freestanding 7 years ago
reserve.pass.cpp Support tests in freestanding 7 years ago
size.pass.cpp Support tests in freestanding 7 years ago
swap_member.pass.cpp Support tests in freestanding 7 years ago
types.pass.cpp Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 7 years ago