Home
last modified time | relevance | path

Searched refs:cJSON_AddArrayToObject (Results 1 – 6 of 6) sorted by relevance

/third_party/cJSON/tests/
Dcjson_add.c351 cJSON_AddArrayToObject(root, "array"); in cJSON_add_array_should_add_array()
362 TEST_ASSERT_NULL(cJSON_AddArrayToObject(NULL, "array")); in cjson_add_array_should_fail_with_null_pointers()
363 TEST_ASSERT_NULL(cJSON_AddArrayToObject(root, NULL)); in cjson_add_array_should_fail_with_null_pointers()
374 TEST_ASSERT_NULL(cJSON_AddArrayToObject(root, "array")); in cjson_add_array_should_fail_on_allocation_failure()
Dreadme_examples.c135 resolutions = cJSON_AddArrayToObject(monitor, "resolutions"); in create_monitor_with_helpers()
Dmisc_tests.c595 cJSON *array = cJSON_AddArrayToObject(root, "rd"); in cjson_delete_item_from_array_should_not_broken_list_structure()
/third_party/cJSON/
DcJSON.h272 CJSON_PUBLIC(cJSON*) cJSON_AddArrayToObject(cJSON * const object, const char * const name);
DcJSON.c2169 CJSON_PUBLIC(cJSON*) cJSON_AddArrayToObject(cJSON * const object, const char * const name) in cJSON_AddArrayToObject() function
DREADME.md431 resolutions = cJSON_AddArrayToObject(monitor, "resolutions");