Searched refs:_M_c (Results 1 – 2 of 2) sorted by relevance
137 _Setfill_Manip(_CharT __c) : _M_c(__c) {} in _Setfill_Manip()138 _CharT _M_c; member147 __os.fill(__m._M_c);155 __is.fill(__m._M_c);
66 char_type operator*() const { this->_M_getc(); return _M_c; }93 _STLP_MUTABLE(_Self, _M_c) = traits_type::to_char_type(__c); in _M_getc()100 mutable _CharT _M_c; variable