Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSTLExtras.h626 template <template <typename...> class ItType, typename... Args> class zippy { class
647 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {} in zippy() function in llvm::detail::zippy

Completed in 5 milliseconds