Home | History | Annotate | Download | only in src

Lines Matching refs:output_count_

563       output_count_(0),
657 for (int i = 0; i < output_count_; ++i) {
801 output_count_ = count;
853 int index = output_count_ - 1; // Index of the topmost frame.
908 bool is_topmost = (output_count_ - 1 == frame_index);
909 CHECK(frame_index >= 0 && frame_index < output_count_);
1133 CHECK(frame_index > 0 && frame_index < output_count_ - 1);
1259 DCHECK(frame_index > 0 && frame_index < output_count_ - 1);
1437 CHECK(frame_index > 0 && frame_index < output_count_ - 1);