Home
last modified time | relevance | path

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

/openthread-latest/src/include/common/
Darg_macros.hpp69 #define OT_REST_ARGS(...) _OT_GET_REST_ARGS(_OT_HAS_ONE_ARG_VS_TWO_OR_MORE(__VA_ARGS__), __VA_ARGS_…
85 #define _OT_GET_REST_ARGS(aNum, ...) _OT_GET_REST_APPEND_NUM_ARGS(aNum, __VA_ARGS__) macro