Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Duthash.h40 #define DECLTYPE(x) (decltype(x)) macro
47 #define DECLTYPE(x) (__typeof(x)) macro
52 #define DECLTYPE(x) macro