Home | History | Annotate | Download | only in hprof

Lines Matching defs:errors_

391       : EndianOutputBuffered(reserved_size), fp_(fp), errors_(false) {
398 return errors_;
403 if (!errors_) {
404 errors_ = !fp_->WriteFully(buffer, length);
410 bool errors_;