Searched defs:IntWithoutPadding (Results 1 – 1 of 1) sorted by relevance
267 struct IntWithoutPadding { struct 268 constexpr explicit IntWithoutPadding() noexcept : IntWithoutPadding(0) {} in IntWithoutPadding() argument 269 constexpr IntWithoutPadding(int val) noexcept { in IntWithoutPadding() argument 275 constexpr IntWithoutPadding(const IntWithoutPadding& other) noexcept : IntWithoutPadding(other.val_) {} in IntWithoutPadding() argument [all...]