Home
last modified time | relevance | path

Searched refs:TStorage (Results 1 – 1 of 1) sorted by relevance

/hardware/google/av/codec2/tests/
DC2ComponentInterface_test.cpp347 using TStorage = typename _c2_reduce_enum_to_underlying_type<TField>::type; in getTestValues() typedef
352 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()