Searched refs:TStorage (Results 1 – 1 of 1) sorted by relevance
347 using TStorage = typename _c2_reduce_enum_to_underlying_type<TField>::type; in getTestValues() typedef352 return (TField)prim.ref<TStorage>(); in getTestValues()353 static_assert(std::is_same<TStorage, int32_t>::value || in getTestValues()354 std::is_same<TStorage, uint32_t>::value || in getTestValues()355 std::is_same<TStorage, int64_t>::value || in getTestValues()356 std::is_same<TStorage, uint64_t>::value || in getTestValues()357 std::is_same<TStorage, float>::value, "Invalid TField type."); in getTestValues()