Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/containers/
H A Dinsert_range_maps_sets.h72 struct TestCaseMapSet { struct
82 TestCaseMapSet<T> constexpr EmptyContainer_EmptyRange { argument
87 TestCaseMapSet<T> constexpr EmptyContainer_OneElementRange {
90 template <class K, class V> TestCaseMapSet<std::pair<K, V>>
96 TestCaseMapSet<T> constexpr EmptyContainer_RangeNoDuplicates {
99 template <class K, class V> TestCaseMapSet<std::pair<K, V>>
106 TestCaseMapSet<T> constexpr EmptyContainer_RangeWithDuplicates {
112 template <class K, class V> TestCaseMapSet<std::pair<K, V>>
123 TestCaseMapSet<T> constexpr OneElementContainer_EmptyRange {
126 template <class K, class V> TestCaseMapSet<std::pair<K, V>>
[all …]