Lines Matching refs:__temp
1039 const basic_string __temp (__first, __last, __alloc());
1040 append(__temp.data(), __temp.size());
2332 const basic_string __temp(__first, __last, __alloc());
2333 assign(__temp.data(), __temp.size());
2526 const basic_string __temp (__first, __last, __alloc());
2527 append(__temp.data(), __temp.size());
2665 const basic_string __temp(__first, __last, __alloc());
2666 return insert(__pos, __temp.data(), __temp.data() + __temp.size());
2692 const basic_string __temp(__first, __last, __alloc());
2693 return insert(__pos, __temp.data(), __temp.data() + __temp.size());
2906 const basic_string __temp(__j1, __j2, __alloc());
2907 return this->replace(__i1, __i2, __temp);