Lines Matching refs:TestCaseMapSet

72 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>>
132 TestCaseMapSet<T> constexpr OneElementContainer_OneElementRange {
135 template <class K, class V> TestCaseMapSet<std::pair<K, V>>
141 TestCaseMapSet<T> constexpr OneElementContainer_RangeNoDuplicates {
144 template <class K, class V> TestCaseMapSet<std::pair<K, V>>
151 TestCaseMapSet<T> constexpr OneElementContainer_RangeWithDuplicates {
157 template <class K, class V> TestCaseMapSet<std::pair<K, V>>
170 TestCaseMapSet<T> constexpr NElementsContainer_EmptyRange {
173 template <class K, class V> TestCaseMapSet<std::pair<K, V>>
180 TestCaseMapSet<T> constexpr NElementsContainer_OneElementRange {
183 template <class K, class V> TestCaseMapSet<std::pair<K, V>>
190 TestCaseMapSet<T> constexpr NElementsContainer_RangeNoDuplicates {
193 template <class K, class V> TestCaseMapSet<std::pair<K, V>>
201 TestCaseMapSet<T> constexpr NElementsContainer_RangeWithDuplicates {
207 template <class K, class V> TestCaseMapSet<std::pair<K, V>>
220 auto test = [&](const TestCaseMapSet<T>& test_case, bool check_multi = false) {