HomeSort by relevance Sort by last modified time
    Searched refs:THIS_FUNCTION_IS_DEPRECATED (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/msm8998/json-c/
json_object.h 17 #define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
19 #define THIS_FUNCTION_IS_DEPRECATED(func) __declspec(deprecated) func
21 #define THIS_FUNCTION_IS_DEPRECATED(func) func
295 THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
linkhash.h 249 THIS_FUNCTION_IS_DEPRECATED(extern const void* lh_table_lookup(struct lh_table *t, const void *k));

Completed in 177 milliseconds