Home | History | Annotate | Download | only in balsa

Lines Matching defs:line_begin

477 // 'line_begin' points to the first character of the line.
480 // 'line_begin' points to the position of first character of line.
483 const char* line_begin,
492 << "\"" << std::string(line_begin, line_end) << "\"";
497 while (current > line_begin && *current <= ' ') --current;
532 const char* line_begin = stream_begin + lines_[i].first;
549 DCHECK_LT(line_begin - stream_begin, line_end - stream_begin);
555 // We're guaranteed to have *line_end > ' ' while line_end >= line_begin.
558 << "\"" << std::string(line_begin, line_end) << "\"";
559 while (*line_end <= ' ' && line_end > line_begin) {
564 DCHECK_LT(line_begin, line_end);
570 HeaderLineDescription(line_begin - stream_begin,
581 } else if (current < line_begin) {
586 current = line_begin;
632 line_begin,