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

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DSTLExtras.h462 template <template <typename...> class ItType, typename... Args> class zippy { class in namespace:llvm::detail
484 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {} function in class:llvm::detail::zippy
490 detail::zippy<detail::zip_shortest, T, U, Args...> zip(T &&t, U &&u,
492 return detail::zippy<detail::zip_shortest, T, U, Args...>(
499 detail::zippy<detail::zip_first, T, U, Args...> zip_first(T &&t, U &&u,
501 return detail::zippy<detail::zip_first, T, U, Args...>(
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
H A DSTLExtras.h462 template <template <typename...> class ItType, typename... Args> class zippy { class in namespace:llvm::detail
484 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {} function in class:llvm::detail::zippy
490 detail::zippy<detail::zip_shortest, T, U, Args...> zip(T &&t, U &&u,
492 return detail::zippy<detail::zip_shortest, T, U, Args...>(
499 detail::zippy<detail::zip_first, T, U, Args...> zip_first(T &&t, U &&u,
501 return detail::zippy<detail::zip_first, T, U, Args...>(
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
H A DSTLExtras.h462 template <template <typename...> class ItType, typename... Args> class zippy { class in namespace:llvm::detail
484 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {} function in class:llvm::detail::zippy
490 detail::zippy<detail::zip_shortest, T, U, Args...> zip(T &&t, U &&u,
492 return detail::zippy<detail::zip_shortest, T, U, Args...>(
499 detail::zippy<detail::zip_first, T, U, Args...> zip_first(T &&t, U &&u,
501 return detail::zippy<detail::zip_first, T, U, Args...>(
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
H A DSTLExtras.h464 template <template <typename...> class ItType, typename... Args> class zippy { class in namespace:llvm::detail
486 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {} function in class:llvm::detail::zippy
492 detail::zippy<detail::zip_shortest, T, U, Args...> zip(T &&t, U &&u,
494 return detail::zippy<detail::zip_shortest, T, U, Args...>(
501 detail::zippy<detail::zip_first, T, U, Args...> zip_first(T &&t, U &&u,
503 return detail::zippy<detail::zip_first, T, U, Args...>(
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
H A DSTLExtras.h464 template <template <typename...> class ItType, typename... Args> class zippy { class in namespace:llvm::detail
486 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {} function in class:llvm::detail::zippy
492 detail::zippy<detail::zip_shortest, T, U, Args...> zip(T &&t, U &&u,
494 return detail::zippy<detail::zip_shortest, T, U, Args...>(
501 detail::zippy<detail::zip_first, T, U, Args...> zip_first(T &&t, U &&u,
503 return detail::zippy<detail::zip_first, T, U, Args...>(
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
H A DSTLExtras.h464 template <template <typename...> class ItType, typename... Args> class zippy { class in namespace:llvm::detail
486 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {} function in class:llvm::detail::zippy
492 detail::zippy<detail::zip_shortest, T, U, Args...> zip(T &&t, U &&u,
494 return detail::zippy<detail::zip_shortest, T, U, Args...>(
501 detail::zippy<detail::zip_first, T, U, Args...> zip_first(T &&t, U &&u,
503 return detail::zippy<detail::zip_first, T, U, Args...>(
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
H A DSTLExtras.h464 template <template <typename...> class ItType, typename... Args> class zippy { class in namespace:llvm::detail
486 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {} function in class:llvm::detail::zippy
492 detail::zippy<detail::zip_shortest, T, U, Args...> zip(T &&t, U &&u,
494 return detail::zippy<detail::zip_shortest, T, U, Args...>(
501 detail::zippy<detail::zip_first, T, U, Args...> zip_first(T &&t, U &&u,
503 return detail::zippy<detail::zip_first, T, U, Args...>(
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DSTLExtras.h462 template <template <typename...> class ItType, typename... Args> class zippy { class in namespace:llvm::detail
484 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {} function in class:llvm::detail::zippy
490 detail::zippy<detail::zip_shortest, T, U, Args...> zip(T &&t, U &&u,
492 return detail::zippy<detail::zip_shortest, T, U, Args...>(
499 detail::zippy<detail::zip_first, T, U, Args...> zip_first(T &&t, U &&u,
501 return detail::zippy<detail::zip_first, T, U, Args...>(
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
H A DSTLExtras.h462 template <template <typename...> class ItType, typename... Args> class zippy { class in namespace:llvm::detail
484 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {} function in class:llvm::detail::zippy
490 detail::zippy<detail::zip_shortest, T, U, Args...> zip(T &&t, U &&u,
492 return detail::zippy<detail::zip_shortest, T, U, Args...>(
499 detail::zippy<detail::zip_first, T, U, Args...> zip_first(T &&t, U &&u,
501 return detail::zippy<detail::zip_first, T, U, Args...>(
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
H A DSTLExtras.h462 template <template <typename...> class ItType, typename... Args> class zippy { class in namespace:llvm::detail
484 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {} function in class:llvm::detail::zippy
490 detail::zippy<detail::zip_shortest, T, U, Args...> zip(T &&t, U &&u,
492 return detail::zippy<detail::zip_shortest, T, U, Args...>(
499 detail::zippy<detail::zip_first, T, U, Args...> zip_first(T &&t, U &&u,
501 return detail::zippy<detail::zip_first, T, U, Args...>(
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
H A DSTLExtras.h464 template <template <typename...> class ItType, typename... Args> class zippy { class in namespace:llvm::detail
486 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {} function in class:llvm::detail::zippy
492 detail::zippy<detail::zip_shortest, T, U, Args...> zip(T &&t, U &&u,
494 return detail::zippy<detail::zip_shortest, T, U, Args...>(
501 detail::zippy<detail::zip_first, T, U, Args...> zip_first(T &&t, U &&u,
503 return detail::zippy<detail::zip_first, T, U, Args...>(
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
H A DSTLExtras.h464 template <template <typename...> class ItType, typename... Args> class zippy { class in namespace:llvm::detail
486 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {} function in class:llvm::detail::zippy
492 detail::zippy<detail::zip_shortest, T, U, Args...> zip(T &&t, U &&u,
494 return detail::zippy<detail::zip_shortest, T, U, Args...>(
501 detail::zippy<detail::zip_first, T, U, Args...> zip_first(T &&t, U &&u,
503 return detail::zippy<detail::zip_first, T, U, Args...>(
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
H A DSTLExtras.h464 template <template <typename...> class ItType, typename... Args> class zippy { class in namespace:llvm::detail
486 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {} function in class:llvm::detail::zippy
492 detail::zippy<detail::zip_shortest, T, U, Args...> zip(T &&t, U &&u,
494 return detail::zippy<detail::zip_shortest, T, U, Args...>(
501 detail::zippy<detail::zip_first, T, U, Args...> zip_first(T &&t, U &&u,
503 return detail::zippy<detail::zip_first, T, U, Args...>(
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
H A DSTLExtras.h464 template <template <typename...> class ItType, typename... Args> class zippy { class in namespace:llvm::detail
486 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {} function in class:llvm::detail::zippy
492 detail::zippy<detail::zip_shortest, T, U, Args...> zip(T &&t, U &&u,
494 return detail::zippy<detail::zip_shortest, T, U, Args...>(
501 detail::zippy<detail::zip_first, T, U, Args...> zip_first(T &&t, U &&u,
503 return detail::zippy<detail::zip_first, T, U, Args...>(

Completed in 701 milliseconds