Searched defs:segment_t (Results 1 – 4 of 4) sorted by relevance
41 struct segment_t { struct in vsomeip_v3::tp::tp_message42 segment_t(std::uint32_t _start, std::uint32_t _end) : in segment_t() argument47 bool operator<(const segment_t& _other) const { in operator <()52 std::uint32_t start_;53 std::uint32_t end_;
92 struct __attribute__((packed)) segment_t { struct93 uint8_t marker[kMarkerLength];94 uint16_t length;
40 typedef struct segment segment_t; typedef
339 } segment_t; typedef