Lines Matching defs:that
4 * Use of this source code is governed by a BSD-style license that can be
21 // Take a list of things that can be pointers, and use them all in parallel. The iterators and
35 constexpr Iterator(const Iterator& that) : Iterator{ that.fZip, that.fIndex } { }
59 constexpr SkZip(const SkZip& that) = default;
60 constexpr SkZip& operator=(const SkZip &that) = default;
70 constexpr SkZip(const SkZip<Us...>& that)
71 : fPointers(that.data())
72 , fSize{that.size()} { }
187 // Pick the first collection that has a size, and use that for the size.
191 // Check that all sizes are the same.