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

  /device/google/bonito/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,
  /device/google/crosshatch/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,

Completed in 104 milliseconds