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

/external/stlport/stlport/stl/
H A D_iomanip.h137 _Setfill_Manip(_CharT __c) : _M_c(__c) {}
138 _CharT _M_c; member in struct:_Setfill_Manip
147 __os.fill(__m._M_c);
155 __is.fill(__m._M_c);
H A D_istreambuf_iterator.h66 char_type operator*() const { this->_M_getc(); return _M_c; }
93 _STLP_MUTABLE(_Self, _M_c) = traits_type::to_char_type(__c);
100 mutable _CharT _M_c; member in class:istreambuf_iterator

Completed in 91 milliseconds