Lines Matching refs:elem
111 MyThrowingType elem; in test_exceptions() local
134 elem.priority = 42; in test_exceptions()
135 for (std::size_t i = 0; i < 42; ++i) src_q.push(elem); in test_exceptions()
156 push_selector(pq, elem, i); in test_exceptions()
157 push_selector(pq, elem, i); in test_exceptions()
158 push_selector(pq, elem, i); in test_exceptions()
163 push_selector(pq, elem, i); in test_exceptions()
167 REQUIRE_MESSAGE(pq.try_pop(elem), "Failed: pq is not functional"); in test_exceptions()
173 push_selector(pq2, elem, i); in test_exceptions()
174 push_selector(pq2, elem, i); in test_exceptions()
179 push_selector(pq2, elem, i); in test_exceptions()
183 REQUIRE_MESSAGE(pq2.try_pop(elem), "Failed: pq is not functional"); in test_exceptions()