Home
last modified time | relevance | path

Searched refs:THIS_FUNCTION_IS_DEPRECATED (Results 1 – 2 of 2) 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
295 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* o…
Dlinkhash.h249 THIS_FUNCTION_IS_DEPRECATED(extern const void* lh_table_lookup(struct lh_table *t, const void *k));