Searched refs:newS (Results 1 – 1 of 1) sorted by relevance
220 S *newS = new (static_cast<void*>(Storage)) std::string(makeString(Length())); in run() local226 S *tmpS = new (static_cast<void*>(Storage + I)) S(std::move(*newS)); in run()228 newS->~S(); in run()229 newS = tmpS; in run()231 newS->~S(); in run()