Lines Matching refs:writer_
1928 BasicWriter<Char> &writer_;
1936 writer_.write_int(reinterpret_cast<uintptr_t>(p), spec_);
1940 BasicWriter<Char> &writer() { return writer_; }
1946 writer_.write_str(str, spec_);
1951 writer_.write_str(str, spec_);
1956 : writer_(w), spec_(s) {}
1959 void visit_any_int(T value) { writer_.write_int(value, spec_); }
1962 void visit_any_double(T value) { writer_.write_double(value, spec_); }
1975 writer_.write_int(value, spec_);
1985 out = writer_.grow_buffer(spec_.width_);
1990 out = writer_.fill_padding(out, spec_.width_,
1997 out = writer_.grow_buffer(CHAR_SIZE);
2009 writer_.write_str(value, spec_);
2015 writer_.write_str(value, spec_);
2133 BasicWriter<Char> &writer_;
2159 : internal::FormatterBase(args), writer_(w) {}
2162 BasicWriter<Char> &writer() { return writer_; }
3837 write(writer_, start, s);
3843 write(writer_, start, s - 1);
3848 write(writer_, start, s);