Home | History | Annotate | Download | only in src

Lines Matching refs:output_count_

489       output_count_(0),
574 for (int i = 0; i < output_count_; ++i) {
771 output_count_ = static_cast<int>(count);
815 int index = output_count_ - 1; // Index of the topmost frame.
834 bool is_topmost = (output_count_ - 1 == frame_index);
874 CHECK(frame_index >= 0 && frame_index < output_count_);
1086 CHECK(frame_index < output_count_ - 1);
1166 bool is_topmost = (output_count_ - 1 == frame_index);
1209 DCHECK(frame_index > 0 && frame_index < output_count_);
1475 const bool is_topmost = (output_count_ - 1 == frame_index);