Lines Matching refs:__temp
1302 const basic_string __temp(__first, __last, __alloc());
1303 append(__temp.data(), __temp.size());
1464 basic_string __temp(from_range, std::forward<_Range>(__range), __alloc());
1465 return insert(__position, __temp.data(), __temp.data() + __temp.size());
1559 basic_string __temp(from_range, std::forward<_Range>(__range), __alloc());
1560 return replace(__i1, __i2, __temp);
2621 …const basic_string __temp(__init_with_sentinel_tag(), std::move(__first), std::move(__last), __all…
2622 assign(__temp.data(), __temp.size());
2811 const basic_string __temp(__first, __last, __alloc());
2812 append(__temp.data(), __temp.size());
2909 const basic_string __temp(__first, __last, __alloc());
2910 return insert(__pos, __temp.data(), __temp.data() + __temp.size());
2934 const basic_string __temp(__init_with_sentinel_tag(), __first, __last, __alloc());
2935 return __insert_from_safe_copy(__n, __ip, __temp.begin(), __temp.end());
3071 const basic_string __temp(__j1, __j2, __alloc());
3072 return replace(__i1, __i2, __temp);