Home | History | Annotate | Download | only in include

Lines Matching full:streamsize

23 typedef SZ_T streamsize;
79 streamsize precision() const;
80 streamsize precision(streamsize prec);
81 streamsize width() const;
82 streamsize width(streamsize wide);
229 typedef ptrdiff_t streamsize;
287 _LIBCPP_INLINE_VISIBILITY streamsize precision() const;
288 _LIBCPP_INLINE_VISIBILITY streamsize precision(streamsize __prec);
289 _LIBCPP_INLINE_VISIBILITY streamsize width() const;
290 _LIBCPP_INLINE_VISIBILITY streamsize width(streamsize __wide);
360 streamsize __precision_;
361 streamsize __width_;
478 streamsize
485 streamsize
486 ios_base::precision(streamsize __prec)
488 streamsize __r = __precision_;
496 streamsize
503 streamsize
504 ios_base::width(streamsize __wide)
506 streamsize __r = __width_;