Searched refs:_M_iwords (Results 1 – 2 of 2) sorted by relevance
151 pair<long*, size_t> tmp = _Stl_expand_array(_M_iwords, _M_num_iwords, index); in iword()153 _M_iwords = tmp.first; in iword()155 return _M_iwords[index]; in iword()253 if (x._M_iwords) { in _M_copy_state()254 long* tmp = _Stl_copy_array(x._M_iwords, x._M_num_iwords); in _M_copy_state()256 free(_M_iwords); in _M_copy_state()257 _M_iwords = tmp; in _M_copy_state()291 _M_iwords(0), _M_num_iwords(0), in ios_base()300 free(_M_iwords); in ~ios_base()
227 long* _M_iwords; // Auxiliary storage. The count is zero variable