Home | History | Annotate | Download | only in balsa

Lines Matching refs:lines_

100   lines_.clear();
516 DCHECK(!lines_.empty());
519 const Lines::size_type lines_size_m1 = lines_.size() - 1;
524 const char* current = stream_begin + lines_[1].first;
532 const char* line_begin = stream_begin + lines_[i].first;
539 const char c = *(stream_begin + lines_[i].first);
548 const char* line_end = stream_begin + lines_[i - 1].second;
778 DCHECK(!lines_.empty());
789 if (lines_.size() > 2) {
1023 lines_.push_back(std::make_pair(last_slash_n_idx_,
1025 if (lines_.size() == 1) {
1031 LOG(INFO) << "First line " << std::string(begin, lines_[0].second);
1034 ProcessFirstLine(begin, begin + lines_[0].second);
1067 lines_.push_back(std::make_pair(last_slash_n_idx_,
1069 if (lines_.size() == 1) {
1075 LOG(INFO) << "First line " << std::string(begin, lines_[0].second);
1078 ProcessFirstLine(begin, begin + lines_[0].second);