Searched refs:end_of_firstline_idx_ (Results 1 – 4 of 4) sorted by relevance
240 end_of_firstline_idx_(0), in BalsaHeaders()260 end_of_firstline_idx_ = 0; in Clear()319 tmp_size_t = end_of_firstline_idx_; in Swap()320 end_of_firstline_idx_ = other->end_of_firstline_idx_; in Swap()321 other->end_of_firstline_idx_ = tmp_size_t; in Swap()343 end_of_firstline_idx_ = other.end_of_firstline_idx_; in CopyFrom()755 end_of_firstline_idx_ = whitespace_4_idx_; in SetFirstLine()853 end_of_firstline_idx_ = whitespace_4_idx_; in SetFirstlineFromStringPieces()909 if (version.size() + 1 <= end_of_firstline_idx_ - whitespace_3_idx_) { in SetRequestVersion()
1137 size_t end_of_firstline_idx_; variable
272 end_of_firstline_idx_(0), in BalsaHeaders()292 end_of_firstline_idx_ = 0; in Clear()351 tmp_size_t = end_of_firstline_idx_; in Swap()352 end_of_firstline_idx_ = other->end_of_firstline_idx_; in Swap()353 other->end_of_firstline_idx_ = tmp_size_t; in Swap()375 end_of_firstline_idx_ = other.end_of_firstline_idx_; in CopyFrom()787 end_of_firstline_idx_ = whitespace_4_idx_; in SetFirstLine()885 end_of_firstline_idx_ = whitespace_4_idx_; in SetFirstlineFromStringPieces()941 if (version.size() + 1 <= end_of_firstline_idx_ - whitespace_3_idx_) { in SetRequestVersion()
1129 size_t end_of_firstline_idx_; variable