Home
last modified time | relevance | path

Searched refs:cJSON_AddItemReferenceToObject (Results 1 – 5 of 5) sorted by relevance

/third_party/vulkan-loader/loader/
DcJSON.h124 void cJSON_AddItemReferenceToObject(cJSON *object, const char *string, cJSON *item);
DcJSON.c974 void cJSON_AddItemReferenceToObject(cJSON *object, const char *string, cJSON *item) { in cJSON_AddItemReferenceToObject() function
/third_party/cJSON/tests/
Dmisc_tests.c412 cJSON_AddItemReferenceToObject(item, "item", NULL); in cjson_functions_should_not_crash_with_null_pointers()
413 cJSON_AddItemReferenceToObject(item, NULL, item); in cjson_functions_should_not_crash_with_null_pointers()
414 cJSON_AddItemReferenceToObject(NULL, "item", item); in cjson_functions_should_not_crash_with_null_pointers()
/third_party/cJSON/
DcJSON.h230 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToObject(cJSON *object, const char *string, cJSON *i…
DcJSON.c2074 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToObject(cJSON *object, const char *string, cJSON *i… in cJSON_AddItemReferenceToObject() function