Searched refs:CheckGetUintProperty (Results 1 – 1 of 1) sorted by relevance
133 template <typename T> void CheckGetUintProperty() { in CheckGetUintProperty() function154 TEST(properties, GetUintProperty_uint8_t) { CheckGetUintProperty<uint8_t>(); } in TEST()155 TEST(properties, GetUintProperty_uint16_t) { CheckGetUintProperty<uint16_t>(); } in TEST()156 TEST(properties, GetUintProperty_uint32_t) { CheckGetUintProperty<uint32_t>(); } in TEST()157 TEST(properties, GetUintProperty_uint64_t) { CheckGetUintProperty<uint64_t>(); } in TEST()