Searched defs:postcode_t (Results 1 – 5 of 5) sorted by relevance
18 using postcode_t = std::tuple<primary_post_code_t, secondary_post_code_t>; typedef
13 using postcode_t = std::tuple<std::vector<uint8_t>, std::vector<uint8_t>>; typedef
58 using postcode_t = std::tuple<primarycode_t, secondarycode_t>; in IpmiPostReporter() typedef
172 using postcode_t = std::tuple<uint64_t, std::vector<uint8_t>>; in ipmiOemPostCodeHandler() typedef
58 using postcode_t = std::tuple<primarycode_t, secondarycode_t>; typedef