Lines Matching defs:end
419 // put it at the end of the loop in this helper.
2158 os << " " << start() << ", " << end();
4303 // If the array has unfilled space at the end, use it.
4684 // 2) at the end
4726 // Verify we have written to the end of the sink.
4896 const auto end = std::cend(source);
4897 for (auto line_begin = begin; line_begin < end;) {
4898 const auto line_end = std::find(line_begin, end, '\n');
4958 // passed, and positions beyond the end of the script return as failure.
4992 // Line end is position of the linebreak character.
6868 // Keep this at the end of this file