Searched refs:rhsType (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/neuralnetworks/1.0/utils/src/ |
D | Assertions.cpp | 25 #define COMPARE_ENUMS_TYPES(lhsType, rhsType) \ argument 29 std::underlying_type_t<::android::nn::rhsType>>, \ 31 " does not have the same underlying type as ::android::nn::" #rhsType) 40 #define COMPARE_ENUMS_FULL(lhsSymbol, rhsSymbol, lhsType, rhsType) \ argument 45 static_cast<std::underlying_type_t<::android::nn::rhsType>>( \ 46 ::android::nn::rhsType::rhsSymbol), \ 48 " does not match ::android::nn::" #rhsType "::" #rhsSymbol)
|
/hardware/interfaces/neuralnetworks/1.3/utils/src/ |
D | Assertions.cpp | 25 #define COMPARE_ENUMS_TYPES(lhsType, rhsType) \ argument 29 std::underlying_type_t<::android::nn::rhsType>>, \ 31 " does not have the same underlying type as ::android::nn::" #rhsType) 41 #define COMPARE_ENUMS_FULL(symbol, lhsType, rhsType) \ argument 46 static_cast<std::underlying_type_t<::android::nn::rhsType>>( \ 47 ::android::nn::rhsType::symbol), \ 49 " does not match ::android::nn::" #rhsType "::" #symbol)
|
/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
D | Assertions.cpp | 35 #define COMPARE_ENUMS_TYPES(lhsType, rhsType) \ argument 39 std::underlying_type_t<::android::nn::rhsType>>, \ 41 " does not have the same underlying type as ::android::nn::" #rhsType) 51 #define COMPARE_ENUMS_FULL(lhsSymbol, rhsSymbol, lhsType, rhsType) \ argument 56 static_cast<std::underlying_type_t<::android::nn::rhsType>>( \ 57 ::android::nn::rhsType::rhsSymbol), \ 59 " does not match ::android::nn::" #rhsType "::" #rhsSymbol)
|