Home
last modified time | relevance | path

Searched refs:__wide (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/include/bits/
Dios_base.h648 width(streamsize __wide) in width() argument
651 _M_width = __wide; in width()
/freebsd-10-stable/contrib/libc++/include/
Dios290 _LIBCPP_INLINE_VISIBILITY streamsize width(streamsize __wide);
504 ios_base::width(streamsize __wide)
507 __width_ = __wide;