Home
last modified time | relevance | path

Searched refs:zip_shortest (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSTLExtras.h511 class zip_shortest : public zip_common<zip_shortest<Iters...>, Iters...> {
513 bool test(const zip_shortest<Iters...> &other, index_sequence<Ns...>) const {
520 using Base = zip_common<zip_shortest<Iters...>, Iters...>;
522 zip_shortest(Iters &&... ts) : Base(std::forward<Iters>(ts)...) {}
524 bool operator==(const zip_shortest<Iters...> &other) const {
559 detail::zippy<detail::zip_shortest, T, U, Args...> zip(T &&t, U &&u,
561 return detail::zippy<detail::zip_shortest, T, U, Args...>(
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h384 template <typename... Iters> class zip_shortest : public zip_first<Iters...> {
396 zip_shortest(Iters &&... ts) in zip_shortest() function
423 detail::zippy<detail::zip_shortest, T, U, Args...> zip(T &&t, U &&u, in zip()
425 return detail::zippy<detail::zip_shortest, T, U, Args...>( in zip()