Home | History | Annotate | Download | only in flip_server

Lines Matching refs:non_whitespace_1_idx_

787     const size_t firstline_len = whitespace_4_idx_ - non_whitespace_1_idx_;
789 buffer->Write(stream_begin + non_whitespace_1_idx_, firstline_len);
837 DCHECK_GE(whitespace_4_idx_, non_whitespace_1_idx_);
838 return base::StringPiece(BeginningOfFirstLine() + non_whitespace_1_idx_,
839 whitespace_4_idx_ - non_whitespace_1_idx_);
851 DCHECK_GE(whitespace_2_idx_, non_whitespace_1_idx_);
852 return base::StringPiece(BeginningOfFirstLine() + non_whitespace_1_idx_,
853 whitespace_2_idx_ - non_whitespace_1_idx_);
1123 // nws1 == non_whitespace_1_idx_
1131 size_t non_whitespace_1_idx_;