Searched refs:_M_tmp_buf (Results 1 – 4 of 4) sorted by relevance
102 (*__fn)(__buf_start_pos - __leaf_pos, __len, __x._M_tmp_buf); in _S_setbuf()103 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos); in _S_setbuf()104 __x._M_buf_start = __x._M_tmp_buf; in _S_setbuf()105 __x._M_buf_end = __x._M_tmp_buf + __len; in _S_setbuf()
1060 _CharT _M_tmp_buf[_S_iterator_buf_len];
103 (*__fn)(__buf_start_pos - __leaf_pos, __len, __x._M_tmp_buf); in _S_setbuf()104 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos); in _S_setbuf()105 __x._M_buf_start = __x._M_tmp_buf; in _S_setbuf()106 __x._M_buf_end = __x._M_tmp_buf + __len; in _S_setbuf()
886 _CharT _M_tmp_buf[_S_iterator_buf_len]; variable