Home
last modified time | relevance | path

Searched refs:__alignment_ (Results 1 – 9 of 9) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__format/
Dparser_std_format_spec.h204 __alignment __alignment_ : 3; member
212 __alignment __alignment_ : 3; member
240 __alignment __alignment_ : 3; member
330 .__std_ = __std{.__alignment_ = __alignment_, in __get_parsed_std_specifications()
343 __chrono{.__alignment_ = __alignment_, in __get_parsed_chrono_specifications()
356 __alignment __alignment_ : 3 {__alignment::__default};
398 __alignment_ = __alignment::__left; in __parse_alignment()
402 __alignment_ = __alignment::__center; in __parse_alignment()
406 __alignment_ = __alignment::__right; in __parse_alignment()
471 if (__alignment_ == __alignment::__default) in __parse_zero_padding()
[all …]
Dformatter_floating_point.h527 …bool __zero_padding = __specs.__alignment_ == __format_spec::__alignme…
530 __specs.__alignment_ = __format_spec::__alignment::__right;
534 __padding = __formatter::__padding_size(__size, __specs.__width_, __specs.__alignment_);
605 if (__specs.__alignment_ == __format_spec::__alignment::__zero_padding)
606 __specs.__alignment_ = __format_spec::__alignment::__right;
707 if (__specs.__alignment_ == __format_spec::__alignment ::__zero_padding) {
715 __specs.__alignment_ = __format_spec::__alignment::__right;
Dformatter_output.h178 if (__specs.__alignment_ == __format_spec::__alignment::__zero_padding) { in __write_using_decimal_separators()
190 __padding = __formatter::__padding_size(__size, __specs.__width_, __specs.__alignment_); in __write_using_decimal_separators()
263 …ult __padding = __formatter::__padding_size(__size, __specs.__width_, __specs.__std_.__alignment_);
304 …ize_result __padding = __formatter::__padding_size(__size, __specs.__width_, __specs.__alignment_);
331 …__formatter::__padding_size(__size + __num_trailing_zeros, __specs.__width_, __specs.__alignment_);
Dformatter_pointer.h49 __format_spec::__parser<_CharT> __parser_{.__alignment_ = __format_spec::__alignment::__right};
Dformatter_integral.h244 if (__specs.__alignment_ != __format_spec::__alignment::__zero_padding)
253 __specs.__alignment_ = __format_spec::__alignment::__right;
Dformatter_string.h55 __format_spec::__parser<_CharT> __parser_{.__alignment_ = __format_spec::__alignment::__left};
Dformatter_tuple.h134 __format_spec::__parser<_CharT> __parser_{.__alignment_ = __format_spec::__alignment::__left};
Drange_formatter.h226 __format_spec::__parser<_CharT> __parser_{.__alignment_ = __format_spec::__alignment::__left};
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dthread274 __format_spec::__parser<_CharT> __parser_{.__alignment_ = __format_spec::__alignment::__right};