Home
last modified time | relevance | path

Searched defs:FORMAT_FUNC (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/
H A Dintf_logger.h30 #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 DLog.h40 #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