Searched refs:_M_fnumput (Results 1 – 5 of 5) sorted by relevance
105 _M_check_facet(this->_M_fnumput); in operator <<()106 const __numput_type& __np = *this->_M_fnumput; in operator <<()132 _M_check_facet(this->_M_fnumput); in operator <<()133 const __numput_type& __np = *this->_M_fnumput; in operator <<()163 _M_check_facet(this->_M_fnumput); in operator <<()164 const __numput_type& __np = *this->_M_fnumput; in operator <<()191 _M_check_facet(this->_M_fnumput); in operator <<()223 _M_check_facet(this->_M_fnumput); in operator <<()248 _M_check_facet(this->_M_fnumput); in operator <<()272 _M_check_facet(this->_M_fnumput); in operator <<()[all …]
187 _M_fnumput = &use_facet<__numput_type>(__loc); in _M_cache_locale()189 _M_fnumput = 0; in _M_cache_locale()205 _M_fnumput = &use_facet<__numput_type>(__loc); in _M_cache_facets()
97 const __numput_type* _M_fnumput; variable259 : ios_base(), _M_fctype(0), _M_fnumput(0), _M_fnumget(0) in basic_ios()
6272 * bits/std_ostream.h: Add callbacks for _M_fnumput.7492 using rdbuf()->sputn rather than _M_fnumput->put.8616 num_put so that cached _M_fnumput pointer can be deleted in
306 _M_fctype, _M_fnumput, _M_fnumget.