Searched refs:_M_fill (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_ios.c42 _M_fill(_STLP_NULL_CHAR_INIT(_CharT)), _M_streambuf(0), _M_tied_ostream(0) {
61 _M_fill = __x._M_fill;
92 _M_fill(_STLP_NULL_CHAR_INIT(_CharT)), _M_streambuf(0), _M_tied_ostream(0)
H A D_ios.h81 char_type fill() const { return _M_fill; }
83 char_type __tmp(_M_fill);
84 _M_fill = __fill;
135 char_type _M_fill; // The fill character, used for padding. member in class:basic_ios

Completed in 64 milliseconds