Lines Matching refs:__temp
1035 const basic_string __temp (__first, __last, __alloc());
1036 append(__temp.data(), __temp.size());
2436 const basic_string __temp(__first, __last, __alloc());
2437 assign(__temp.data(), __temp.size());
2640 const basic_string __temp (__first, __last, __alloc());
2641 append(__temp.data(), __temp.size());
2779 const basic_string __temp(__first, __last, __alloc());
2780 return insert(__pos, __temp.data(), __temp.data() + __temp.size());
2806 const basic_string __temp(__first, __last, __alloc());
2807 return insert(__pos, __temp.data(), __temp.data() + __temp.size());
3020 const basic_string __temp(__j1, __j2, __alloc());
3021 return this->replace(__i1, __i2, __temp);