HomeSort by relevance Sort by last modified time
    Searched defs:BalsaHeaders (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/tools/flip_server/
balsa_headers.cc 72 std::ostream& BalsaHeaders::iterator_base::operator<<(std::ostream& os) const {
227 BalsaHeaders::BalsaHeaders()
244 BalsaHeaders::~BalsaHeaders() {}
246 void BalsaHeaders::Clear() {
264 void BalsaHeaders::Swap(BalsaHeaders* other) {
326 void BalsaHeaders::CopyFrom(const BalsaHeaders& other)
    [all...]
balsa_headers.h 28 // This class exists to service the specific needs of BalsaHeaders.
31 // 1) provide a backing-store for all of the StringPieces that BalsaHeaders
32 // returns. Every StringPiece returned from BalsaHeaders should remain
65 // BalsaHeaders implementation, yet be testable.
67 friend class BalsaHeaders;
215 // All of the functions in the BalsaHeaders class use string pieces, by either
243 class BalsaHeaders {
279 BalsaHeaders* headers,
297 friend class BalsaHeaders;
357 iterator_base(const BalsaHeaders* headers, HeaderLines::size_type index)
    [all...]
  /external/chromium_org/net/tools/flip_server/
balsa_headers.cc 73 BalsaHeaders::iterator_base::iterator_base() : headers_(NULL), idx_(0) { }
75 BalsaHeaders::iterator_base::iterator_base(const iterator_base& it)
80 std::ostream& BalsaHeaders::iterator_base::operator<<(std::ostream& os) const {
85 BalsaHeaders::iterator_base::iterator_base(const BalsaHeaders* headers,
241 BalsaHeaders::const_header_lines_key_iterator::const_header_lines_key_iterator(
247 BalsaHeaders::const_header_lines_key_iterator::const_header_lines_key_iterator(
248 const BalsaHeaders* headers,
255 BalsaHeaders::const_header_lines_key_iterator::const_header_lines_key_iterator(
256 const BalsaHeaders* headers
    [all...]
balsa_headers.h 27 // This class exists to service the specific needs of BalsaHeaders.
30 // 1) provide a backing-store for all of the StringPieces that BalsaHeaders
31 // returns. Every StringPiece returned from BalsaHeaders should remain
64 // BalsaHeaders implementation, yet be testable.
66 friend class BalsaHeaders;
215 // All of the functions in the BalsaHeaders class use string pieces, by either
243 class BalsaHeaders {
279 BalsaHeaders* headers,
297 friend class BalsaHeaders;
355 iterator_base(const BalsaHeaders* headers, HeaderLines::size_type index)
    [all...]

Completed in 6307 milliseconds