Searched defs:Header (Results 1 – 3 of 3) sorted by relevance
38 struct Header { struct39 Header(uint8_t length, uint8_t type) : length(length), type(type) {} in Header() function41 static Header Parse(uint8_t byte) { in Parse()46 const uint8_t length;47 const uint8_t type;
65 class Header { class82 Header::Header() { in Header() function in udp::Header
365 private static class Header { class in TzFileDumper376 Header(byte tzh_version, int tzh_ttisgmtcnt, int tzh_ttisstdcnt, int tzh_leapcnt, in Header() method in TzFileDumper.Header