Searched refs:new_output (Results 1 – 1 of 1) sorted by relevance
470 char* new_output = NewArray<char>(new_size); in Print() local471 memcpy(new_output, output_, pos_); in Print()473 output_ = new_output; in Print()