Home | History | Annotate | Download | only in fmt

Lines Matching refs:type_

1741   char type_;
1745 : AlignSpec(width, fill), flags_(0), precision_(-1), type_(type) {}
1749 char type() const { return type_; }
1935 spec_.type_ = 'x';
1965 if (spec_.type_) {
1973 if (spec_.type_ && spec_.type_ != 'c') {
2003 if (spec_.type_ == 'p')
2019 if (spec_.type_ && spec_.type_ != 'p')
2020 report_unknown_type(spec_.type_, "pointer");
2737 if (spec.type_ && spec.type_ != 's')
2738 internal::report_unknown_type(spec.type_, "string");
3818 spec.type_ = static_cast<char>(*s++);