Searched refs:STATIC_FAIL (Results 1 – 2 of 2) sorted by relevance
136 #define STATIC_FAIL(T, msg) static_assert(::iorap::introspect::dependent_false_v<T>, msg) macro139 #define STATIC_FAIL_DT(var, msg) STATIC_FAIL(decltype(var), msg)
140 STATIC_FAIL(D, "Unsupported type: Add more manual type conversions above^^^"); in writeAnyToParcel()171 STATIC_FAIL(D, "Unsupported type: Add more manual type conversions above^^^"); in readAnyFromParcel()