Searched refs:rhsType (Results 1 – 1 of 1) sorted by relevance
27 #define COMPARE_ENUMS_TYPES(lhsType, rhsType) \ argument29 std::underlying_type_t<::android::nn::rhsType>>, \31 " does not have the same underlying type as ::android::nn::" #rhsType)39 #define COMPARE_ENUMS_FULL(symbol, lhsType, rhsType) \ argument42 static_cast<std::underlying_type_t<::android::nn::rhsType>>( \43 ::android::nn::rhsType::symbol), \45 " does not match ::android::nn::" #rhsType "::" #symbol)