Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dutlist.h69 #define LDECLTYPE(x) decltype(x) macro
76 #define LDECLTYPE(x) __typeof(x) macro
85 #define LDECLTYPE(x) char* macro