Searched refs:CheckGetIntProperty (Results 1 – 1 of 1) sorted by relevance
109 template <typename T> void CheckGetIntProperty() { in CheckGetIntProperty() function147 TEST(properties, GetIntProperty_int8_t) { CheckGetIntProperty<int8_t>(); } in TEST()148 TEST(properties, GetIntProperty_int16_t) { CheckGetIntProperty<int16_t>(); } in TEST()149 TEST(properties, GetIntProperty_int32_t) { CheckGetIntProperty<int32_t>(); } in TEST()150 TEST(properties, GetIntProperty_int64_t) { CheckGetIntProperty<int64_t>(); } in TEST()