Searched refs:zip_common (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h710 struct zip_common : public zip_traits<ZipType, ReferenceTupleType, Iters...> { struct in namespace:llvm::detail
731 bool test_all_equals(const zip_common &other,
738 zip_common(Iters &&... ts) : iterators(std::forward<Iters>(ts)...) {} function in struct:llvm::detail::zip_common
755 bool all_equals(zip_common &other) {
761 struct zip_first : zip_common<zip_first<Iters...>,
763 using zip_common<zip_first, typename ZipTupleType<Iters...>::type,
764 Iters...>::zip_common;
773 : zip_common<zip_shortest<Iters...>, typename ZipTupleType<Iters...>::type,
775 using zip_common<zip_shortest, typename ZipTupleType<Iters...>::type,
776 Iters...>::zip_common;
[all...]

Completed in 86 milliseconds