Searched refs:ifl1 (Results 1 – 1 of 1) sorted by relevance
268 IntrusiveForwardList<IFLTestValue> ifl1(storage1.begin(), storage1.end()); in TEST() local272 ASSERT_LISTS_EQUAL(ref1, ifl1); in TEST()275 ifl1.swap(ifl2); in TEST()276 ASSERT_LISTS_EQUAL(ref1, ifl1); in TEST()279 ifl1.clear(); in TEST()280 ASSERT_LISTS_EQUAL(ref1, ifl1); in TEST()283 swap(ifl1, ifl2); in TEST()284 ASSERT_LISTS_EQUAL(ref1, ifl1); in TEST()287 ifl1.clear(); in TEST()288 ASSERT_LISTS_EQUAL(ref1, ifl1); in TEST()[all …]