Searched refs:json_object_object_get_ex (Results 1 – 9 of 9) sorted by relevance
/device/google/bonito/json-c/ |
D | json_object.h | 316 extern json_bool json_object_object_get_ex(struct json_object* obj,
|
D | json_object.c | 426 json_object_object_get_ex(jso, key, &result); in json_object_object_get() 430 json_bool json_object_object_get_ex(struct json_object* jso, const char *key, struct json_object **… in json_object_object_get_ex() function
|
D | ChangeLog | 72 * Add json_object_object_get_ex(), a NULL-safe get object method, to be able
|
/device/google/coral/json-c/ |
D | json_object.h | 316 extern json_bool json_object_object_get_ex(struct json_object* obj,
|
D | json_object.c | 426 json_object_object_get_ex(jso, key, &result); in json_object_object_get() 430 json_bool json_object_object_get_ex(struct json_object* jso, const char *key, struct json_object **… in json_object_object_get_ex() function
|
D | ChangeLog | 72 * Add json_object_object_get_ex(), a NULL-safe get object method, to be able
|
/device/google/crosshatch/json-c/ |
D | json_object.h | 316 extern json_bool json_object_object_get_ex(struct json_object* obj,
|
D | json_object.c | 426 json_object_object_get_ex(jso, key, &result); in json_object_object_get() 430 json_bool json_object_object_get_ex(struct json_object* jso, const char *key, struct json_object **… in json_object_object_get_ex() function
|
D | ChangeLog | 72 * Add json_object_object_get_ex(), a NULL-safe get object method, to be able
|