Home | History | Annotate | Download | only in flip_server

Lines Matching refs:non_whitespace_1_idx_

234       non_whitespace_1_idx_(0),
254 non_whitespace_1_idx_ = 0;
295 tmp_size_t = non_whitespace_1_idx_;
296 non_whitespace_1_idx_ = other->non_whitespace_1_idx_;
297 other->non_whitespace_1_idx_ = tmp_size_t;
337 non_whitespace_1_idx_ = other.non_whitespace_1_idx_;
696 size_t write_buf_size = whitespace_4_idx_ - non_whitespace_1_idx_ + 2;
749 non_whitespace_1_idx_ = whitespace_1_idx_;
847 non_whitespace_1_idx_ = whitespace_1_idx_;
848 whitespace_2_idx_ = non_whitespace_1_idx_ + firstline_a.size();
858 if (method.size() <= (whitespace_2_idx_ - non_whitespace_1_idx_)) {
859 non_whitespace_1_idx_ = whitespace_2_idx_ - method.size();
861 memcpy(stream_begin + non_whitespace_1_idx_,