Home | History | Annotate | Download | only in src

Lines Matching full:output_

42   output_ = NULL;
49 DeleteArray(output_);
421 return output_;
430 return output_;
438 return output_;
450 ASSERT(output_ == NULL);
452 output_ = NewArray<char>(initial_size);
455 output_[0] = '\0';
464 int n = OS::VSNPrintF(Vector<char>(output_, size_) + pos_,
478 memcpy(new_output, output_, pos_);
479 DeleteArray(output_);
480 output_ = new_output;