Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_iomanip.h137 _Setfill_Manip(_CharT __c) : _M_c(__c) {} in _Setfill_Manip()
138 _CharT _M_c; member
147 __os.fill(__m._M_c);
155 __is.fill(__m._M_c);
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); in _M_getc()
100 mutable _CharT _M_c; variable