Home | History | Annotate | Download | only in hprof

Lines Matching full:max_length_

154   EndianOutput() : length_(0), sum_length_(0), max_length_(0), started_(false) {}
178 max_length_ = std::max(max_length_, length_);
264 return max_length_;
285 size_t max_length_; // Maximum seen length.