Searched defs:VA_ARGS_UNUSED_IMPL (Results 1 - 1 of 1) sorted by relevance

/external/conscrypt/common/src/jni/main/include/
H A Dmacros.h208 #define VA_ARGS_UNUSED_IMPL(num) VA_ARGS_UNUSED_IMPL_(num) macro
213 #define VA_ARGS_UNUSED(...) VA_ARGS_UNUSED_IMPL(VA_NARGS(__VA_ARGS__))(__VA_ARGS__)

Completed in 184 milliseconds