Home | History | Annotate | Download | only in flip_server

Lines Matching refs:non_whitespace_2_idx_

865     DCHECK_GE(whitespace_3_idx_, non_whitespace_2_idx_);
866 return base::StringPiece(BeginningOfFirstLine() + non_whitespace_2_idx_,
867 whitespace_3_idx_ - non_whitespace_2_idx_);
1125 // nws2 == non_whitespace_2_idx_
1133 size_t non_whitespace_2_idx_;