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