Home | History | Annotate | Download | only in balsa

Lines Matching defs:line_begin

462 // 'line_begin' points to the first character of the line.
465 // 'line_begin' points to the position of first character of line.
468 const char* line_begin,
477 << "\"" << std::string(line_begin, line_end) << "\"";
482 while (current > line_begin && *current <= ' ') --current;
518 const char* line_begin = stream_begin + lines_[i].first;
535 DCHECK_LT(line_begin - stream_begin, line_end - stream_begin);
541 // We're guaranteed to have *line_end > ' ' while line_end >= line_begin.
544 << "\"" << std::string(line_begin, line_end) << "\"";
545 while (*line_end <= ' ' && line_end > line_begin) {
550 DCHECK_LT(line_begin, line_end);
556 HeaderLineDescription(line_begin - stream_begin,
567 } else if (current < line_begin) {
572 current = line_begin;
619 line_begin,