Home
last modified time | relevance | path

Searched refs:STATIC_FAIL (Results 1 – 2 of 2) sorted by relevance

/system/iorap/src/common/
Dtype.h136 #define STATIC_FAIL(T, msg) static_assert(::iorap::introspect::dependent_false_v<T>, msg) macro
139 #define STATIC_FAIL_DT(var, msg) STATIC_FAIL(decltype(var), msg)
/system/iorap/include/binder/
Dauto_parcelable.h140 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()