Searched defs:segment_t (Results 1 – 2 of 2) 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() function47 bool operator<(const segment_t& _other) const { in operator <()52 std::uint32_t start_;53 std::uint32_t end_;
40 typedef struct segment segment_t; typedef