Searched refs:header_lines_end (Results 1 – 3 of 3) sorted by relevance
694 return *this >= headers_->header_lines_end(); in AtEnd()727 const_header_lines_iterator header_lines_end() { in header_lines_end() function731 const_header_lines_iterator header_lines_end() const { in header_lines_end() function736 return const_reverse_header_lines_iterator(header_lines_end()); in header_lines_rbegin()740 return const_reverse_header_lines_iterator(header_lines_end()); in header_lines_rbegin()
352 return header_lines_end(); in GetHeaderPosition()459 it != header_lines_end(); ++it) { in GetAllOfHeader()476 const_header_lines_iterator end = header_lines_end(); in GetAllOfHeaderAsString()565 for (; i != header_lines_end(); ++i) { in DumpToString()
1525 hi != headers.header_lines_end(); in CopyHeaders()