Home
last modified time | relevance | path

Searched refs:header_lines_end (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/tools/flip_server/
Dbalsa_headers.h694 return *this >= headers_->header_lines_end(); in AtEnd()
727 const_header_lines_iterator header_lines_end() { in header_lines_end() function
731 const_header_lines_iterator header_lines_end() const { in header_lines_end() function
736 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()
Dbalsa_headers.cc352 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()
Dflip_in_mem_edsm_server.cc1525 hi != headers.header_lines_end(); in CopyHeaders()