Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutils.h60 #define PRIMITIVE_CAT(x, y) x##y macro
61 #define CAT(x, y) PRIMITIVE_CAT(x, y)