Lines Matching refs:__temp
1409 const basic_string __temp(__first, __last, __alloc());
1410 append(__temp.data(), __temp.size());
1571 basic_string __temp(from_range, std::forward<_Range>(__range), __alloc());
1572 return insert(__position, __temp.data(), __temp.data() + __temp.size());
1666 basic_string __temp(from_range, std::forward<_Range>(__range), __alloc());
1667 return replace(__i1, __i2, __temp);
2743 …const basic_string __temp(__init_with_sentinel_tag(), std::move(__first), std::move(__last), __all…
2744 assign(__temp.data(), __temp.size());
2931 const basic_string __temp(__first, __last, __alloc());
2932 append(__temp.data(), __temp.size());
3029 const basic_string __temp(__first, __last, __alloc());
3030 return insert(__pos, __temp.data(), __temp.data() + __temp.size());
3054 const basic_string __temp(__init_with_sentinel_tag(), __first, __last, __alloc());
3055 return __insert_from_safe_copy(__n, __ip, __temp.begin(), __temp.end());
3191 const basic_string __temp(__j1, __j2, __alloc());
3192 return replace(__i1, __i2, __temp);