Searched defs:Extents (Results 1 – 5 of 5) sorted by relevance
131 struct Extents struct133 Extents() : width(0), height(0), depth(0) {} in Extents() argument134 Extents(int width_, int height_, int depth_) : width(width_), height(height_), depth(depth_) {} in Extents() function137 Extents &operator=(const Extents &other) = default; argument146 bool operator==(const Extents &lhs, const Extents &rhs); argument
85 auto Extents = in serialize() local
61 atomic_uint64_t Extents; member
55 atomic_uint64_t *Extents = nullptr; member
122 CRecordVector<CSeekExtent> Extents; variable