Searched refs:_M_st (Results 1 – 1 of 1) sorted by relevance
89 fpos(streamoff __pos) : _M_pos(__pos), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {} in fpos()90 fpos() : _M_pos(0), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {} in fpos()120 _StateT state() const { return _M_st; } in state()121 void state(_StateT __st) { _M_st = __st; } in state()124 _StateT _M_st; variable