Searched refs:primary_post_code_t (Results 1 – 3 of 3) sorted by relevance
16 using primary_post_code_t = std::vector<uint8_t>; typedef18 using postcode_t = std::tuple<primary_post_code_t, secondary_post_code_t>;
65 primary_post_code_t primaryCode = {122, 126, 127}; in TEST_F()75 primary_post_code_t primaryCode = {20, 21, 0, 123}; in TEST_F()
116 std::tuple<primary_post_code_t, secondary_post_code_t> in getSelectorPositionSignal()