Searched refs:commonSent2 (Results 1 – 2 of 2) sorted by relevance
35 …const auto commonSent2 = std::common_iterator<decltype(iter1), sentinel_type<int*>>(sentinel_type<… in test() local38 assert(commonIter2 != commonSent2); in test()40 assert(commonSent2 != commonIter2); in test()54 …const auto commonSent2 = std::common_iterator<decltype(iter1), sentinel_type<int*>>(sentinel_type<… in test() local57 assert(commonIter2 != commonSent2); in test()59 assert(commonSent2 != commonIter2); in test()74 …const auto commonSent2 = std::common_iterator<decltype(iter2), sentinel_type<int*>>(sentinel_type<… in test() local78 assert(commonSent1 == commonSent2); in test()79 assert(commonSent2 == commonSent1); in test()82 assert(commonIter2 != commonSent2); in test()[all …]
62 …auto commonSent2 = std::common_iterator<decltype(iter1), sentinel_type<int*>>(sentinel_type<int*>{… in test() local75 assert(std::next(commonIter1, 6) == commonSent2); in test()77 commonSent1 = commonSent2; in test()80 assert(std::next(commonIter1, 6) == commonSent2); in test()89 …auto commonSent2 = std::common_iterator<decltype(iter2), sentinel_type<int*>>(sentinel_type<int*>{… in test() local101 assert(std::next(commonIter1, 6) == commonSent2); in test()103 commonSent1 = commonSent2; in test()106 assert(std::next(commonIter1, 6) == commonSent2); in test()110 assert(commonIter1 == commonSent2); in test()112 commonIter1 = commonSent2; in test()[all …]