Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.1/vts/functional/
DTestAssertions.cpp25 #define CHECK_TEST_ENUM(EnumType, enumValue) \ argument
26 static_assert(static_cast<EnumType>(Test##EnumType::enumValue) == EnumType::enumValue)
/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DTestAssertions.cpp25 #define CHECK_TEST_ENUM(EnumType, enumValue) \ argument
26 static_assert(static_cast<EnumType>(Test##EnumType::enumValue) == EnumType::enumValue)
/hardware/interfaces/contexthub/common/vts/
DVtsHalContexthubUtils.h42 template <typename EnumType>
43 inline constexpr typename std::underlying_type<EnumType>::type asBaseType(EnumType value) { in asBaseType()
44 return static_cast<typename std::underlying_type<EnumType>::type>(value); in asBaseType()
/hardware/interfaces/sensors/common/vts/2_X/
DSensorsHidlEnvironmentV2_X.cpp40 template <typename EnumType>
41 constexpr typename std::underlying_type<EnumType>::type asBaseType(EnumType value) { in asBaseType()
42 return static_cast<typename std::underlying_type<EnumType>::type>(value); in asBaseType()
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DTestAssertions.cpp36 #define CHECK_TEST_ENUM(EnumType, enumValue) \ argument
37 static_assert(static_cast<EnumType>(Test##EnumType::enumValue) == EnumType::enumValue)
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DTestAssertions.cpp31 #define CHECK_TEST_ENUM(EnumType, enumValue) \ argument
32 static_assert(static_cast<EnumType>(Test##EnumType::enumValue) == EnumType::enumValue)
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DTestAssertions.cpp25 #define CHECK_TEST_ENUM(EnumType, enumValue) \ argument
26 static_assert(static_cast<EnumType>(Test##EnumType::enumValue) == EnumType::enumValue)