HomeSort by relevance Sort by last modified time
    Searched refs:_M_fill (Results 1 - 2 of 2) sorted by null

  /external/stlport/stlport/stl/
_ios.c 42 _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)
_ios.h 81 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.

Completed in 13 milliseconds