Home
last modified time | relevance | path

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

/third_party/cJSON/tests/
Dcjson_add.c395 cJSON_AddArrayToObject(root, "array"); in cJSON_add_array_should_add_array()
406 TEST_ASSERT_NULL(cJSON_AddArrayToObject(NULL, "array")); in cjson_add_array_should_fail_with_null_pointers()
407 TEST_ASSERT_NULL(cJSON_AddArrayToObject(root, NULL)); in cjson_add_array_should_fail_with_null_pointers()
418 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.c618 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);
DREADME.md450 resolutions = cJSON_AddArrayToObject(monitor, "resolutions");
DcJSON.c2180 CJSON_PUBLIC(cJSON*) cJSON_AddArrayToObject(cJSON * const object, const char * const name) in cJSON_AddArrayToObject() function