Home
last modified time | relevance | path

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

/hardware/interfaces/contexthub/common/vts/
DVtsHalContexthubUtilsCommon.h37 template <typename EnumType>
38 inline constexpr typename std::underlying_type<EnumType>::type asBaseType(EnumType value) { in asBaseType()
39 return static_cast<typename std::underlying_type<EnumType>::type>(value); in asBaseType()
/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/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/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/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.2/vts/functional/
DTestAssertions.cpp25 #define CHECK_TEST_ENUM(EnumType, enumValue) \ argument
26 static_assert(static_cast<EnumType>(Test##EnumType::enumValue) == EnumType::enumValue)
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp227 template <typename EnumType, EnumType value>
Dvulkan_enums.hpp227 template <typename EnumType, EnumType value>