Lines Matching defs:output
299 // linear programming table. Enable subranging in input and output.
300 void NarrowDownInput(SubrangableInput* input, SubrangableOutput* output) {
333 output->SetSubrange1(common_prefix_len, new_len1);
334 output->SetSubrange2(common_prefix_len, new_len2);
368 std::vector<SourceChangeRange>* output)
369 : output_(output), offset1_(offset1), offset2_(offset2) {}
472 std::vector<SourceChangeRange>* output)
480 output_(output) {}
1215 TokenizingLineArrayCompareOutput output(isolate, line_ends1, line_ends2, s1,
1218 NarrowDownInput(&input, &output);
1220 Comparator::CalculateDifference(&input, &output);