Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite/
Dhiview_log.h65 #define FUN_ARG_NUM(...) ARGS_CHECK(FUN_ARG_NUM_(FUN_ARG_I, ##__VA_ARGS__, FUN_ARG_EX_()))
66 #define FUN_ARG_NUM_(...) FUN_ARG_EX(__VA_ARGS__) macro