Home
last modified time | relevance | path

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

/hardware/qcom/msm8998/json-c/
Djson_object.h17 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated)) macro
19 #define THIS_FUNCTION_IS_DEPRECATED(func) __declspec(deprecated) func macro
21 #define THIS_FUNCTION_IS_DEPRECATED(func) func macro