Lines Matching refs:__padding
97 __padding_size_result __padding = {0, 0}; in __write_using_decimal_separators() local
104 __padding.__before_ = __specs.__width_ - __size; in __write_using_decimal_separators()
110 __padding = __padding_size(__size, __specs.__width_, __specs.__alignment_); in __write_using_decimal_separators()
112 __out_it = _VSTD::fill_n(_VSTD::move(__out_it), __padding.__before_, __specs.__fill_); in __write_using_decimal_separators()
150 return _VSTD::fill_n(_VSTD::move(__out_it), __padding.__after_, __specs.__fill_); in __write_using_decimal_separators()
188 …__padding_size_result __padding = __formatter::__padding_size(__size, __specs.__width_, __specs.__… variable
189 __out_it = _VSTD::fill_n(_VSTD::move(__out_it), __padding.__before_, __specs.__fill_);
191 return _VSTD::fill_n(_VSTD::move(__out_it), __padding.__after_, __specs.__fill_);
215 __padding_size_result __padding = __padding_size(__size, __specs.__width_, __specs.__alignment_); variable
216 __out_it = _VSTD::fill_n(_VSTD::move(__out_it), __padding.__before_, __specs.__fill_);
218 return _VSTD::fill_n(_VSTD::move(__out_it), __padding.__after_, __specs.__fill_);
241 __padding_size_result __padding = variable
243 __out_it = _VSTD::fill_n(_VSTD::move(__out_it), __padding.__before_, __specs.__fill_);
247 return _VSTD::fill_n(_VSTD::move(__out_it), __padding.__after_, __specs.__fill_);