Searched refs:_M_iwords (Results 1 – 2 of 2) sorted by relevance
153 pair<long*, size_t> tmp = _Stl_expand_array(_M_iwords, _M_num_iwords, index); in iword()155 _M_iwords = tmp.first; in iword()157 return _M_iwords[index]; in iword()255 if (x._M_iwords) { in _M_copy_state()256 long* tmp = _Stl_copy_array(x._M_iwords, x._M_num_iwords); in _M_copy_state()258 free(_M_iwords); in _M_copy_state()259 _M_iwords = tmp; in _M_copy_state()293 _M_iwords(0), _M_num_iwords(0), in ios_base()302 free(_M_iwords); in ~ios_base()
229 long* _M_iwords; // Auxiliary storage. The count is zero variable