Searched defs:FORMAT_FUNC (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ |
H A D | intf_logger.h | 30 #define FORMAT_FUNC(formatPos, argsPos) __attribute__((__format__(__printf__, formatPos, argsPos))) macro 34 #define FORMAT_FUNC(formatPos, argsPos) __attribute__((format(printf, formatPos, argsPos))) macro 38 #define FORMAT_FUNC(...) macro 45 #define FORMAT_FUNC macro
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/lume/ |
H A D | Log.h | 40 #define FORMAT_FUNC(formatPos, argsPos) __attribute__ ((__format__ (__printf__, formatPos, argsPos)… macro 43 #define FORMAT_FUNC(formatPos, argsPos) __attribute__ ((format (printf, formatPos, argsPos))) macro 46 #define FORMAT_FUNC(...) macro 49 #define FORMAT_FUNC macro
|