Home | History | Annotate | Download | only in flip_server

Lines Matching refs:lines_

55   lines_.clear();
471 DCHECK(!lines_.empty());
474 const Lines::size_type lines_size_m1 = lines_.size() - 1;
480 const char* current = stream_begin + lines_[1].first;
488 const char* line_begin = stream_begin + lines_[i].first;
495 const char c = *(stream_begin + lines_[i].first);
504 const char* line_end = stream_begin + lines_[i - 1].second;
768 DCHECK(!lines_.empty());
779 if (lines_.size() > 2) {
1015 lines_.push_back(std::make_pair(last_slash_n_idx_,
1017 if (lines_.size() == 1) {
1023 LOG(INFO) << "First line " << std::string(begin, lines_[0].second);
1026 ProcessFirstLine(begin, begin + lines_[0].second);
1059 lines_.push_back(std::make_pair(last_slash_n_idx_,
1061 if (lines_.size() == 1) {
1067 LOG(INFO) << "First line " << std::string(begin, lines_[0].second);
1070 ProcessFirstLine(begin, begin + lines_[0].second);