Lines Matching refs:static_assert
38 static_assert(RADIO_CLASS_AM_FM == static_cast<int>(Class::AM_FM),
40 static_assert(RADIO_CLASS_SAT == static_cast<int>(Class::SAT),
42 static_assert(RADIO_CLASS_DT == static_cast<int>(Class::DT),
45 static_assert(RADIO_BAND_AM == static_cast<int>(Band::AM),
47 static_assert(RADIO_BAND_FM == static_cast<int>(Band::FM),
49 static_assert(RADIO_BAND_AM_HD == static_cast<int>(Band::AM_HD),
51 static_assert(RADIO_BAND_FM_HD == static_cast<int>(Band::FM_HD),
54 static_assert(RADIO_RDS_NONE == static_cast<int>(Rds::NONE),
56 static_assert(RADIO_RDS_WORLD == static_cast<int>(Rds::WORLD),
58 static_assert(RADIO_RDS_US == static_cast<int>(Rds::US),
61 static_assert(RADIO_DEEMPHASIS_50 == static_cast<int>(Deemphasis::D50),
63 static_assert(RADIO_DEEMPHASIS_75 == static_cast<int>(Deemphasis::D75),
66 static_assert(RADIO_DIRECTION_UP == static_cast<int>(Direction::UP),
68 static_assert(RADIO_DIRECTION_DOWN == static_cast<int>(Direction::DOWN),
71 static_assert(RADIO_METADATA_TYPE_INVALID == static_cast<int>(MetadataType::INVALID),
73 static_assert(RADIO_METADATA_TYPE_INT == static_cast<int>(MetadataType::INT),
75 static_assert(RADIO_METADATA_TYPE_TEXT == static_cast<int>(MetadataType::TEXT),
77 static_assert(RADIO_METADATA_TYPE_RAW == static_cast<int>(MetadataType::RAW),
79 static_assert(RADIO_METADATA_TYPE_CLOCK == static_cast<int>(MetadataType::CLOCK),
82 static_assert(RADIO_METADATA_KEY_INVALID == static_cast<int>(MetadataKey::INVALID),
84 static_assert(RADIO_METADATA_KEY_RDS_PI == static_cast<int>(MetadataKey::RDS_PI),
86 static_assert(RADIO_METADATA_KEY_RDS_PS == static_cast<int>(MetadataKey::RDS_PS),
88 static_assert(RADIO_METADATA_KEY_RDS_PTY == static_cast<int>(MetadataKey::RDS_PTY),
90 static_assert(RADIO_METADATA_KEY_RBDS_PTY == static_cast<int>(MetadataKey::RBDS_PTY),
92 static_assert(RADIO_METADATA_KEY_RDS_RT == static_cast<int>(MetadataKey::RDS_RT),
94 static_assert(RADIO_METADATA_KEY_TITLE == static_cast<int>(MetadataKey::TITLE),
96 static_assert(RADIO_METADATA_KEY_ARTIST == static_cast<int>(MetadataKey::ARTIST),
98 static_assert(RADIO_METADATA_KEY_ALBUM == static_cast<int>(MetadataKey::ALBUM),
100 static_assert(RADIO_METADATA_KEY_GENRE == static_cast<int>(MetadataKey::GENRE),
102 static_assert(RADIO_METADATA_KEY_ICON == static_cast<int>(MetadataKey::ICON),
104 static_assert(RADIO_METADATA_KEY_ART == static_cast<int>(MetadataKey::ART),
106 static_assert(RADIO_METADATA_KEY_CLOCK == static_cast<int>(MetadataKey::CLOCK),