Home
last modified time | relevance | path

Searched refs:cJSON_AddObjectToObject (Results 1 – 3 of 3) sorted by relevance

/third_party/cJSON/tests/
Dcjson_add.c401 cJSON_AddObjectToObject(root, "object"); in cJSON_add_object_should_add_object()
412 TEST_ASSERT_NULL(cJSON_AddObjectToObject(NULL, "object")); in cjson_add_object_should_fail_with_null_pointers()
413 TEST_ASSERT_NULL(cJSON_AddObjectToObject(root, NULL)); in cjson_add_object_should_fail_with_null_pointers()
424 TEST_ASSERT_NULL(cJSON_AddObjectToObject(root, "object")); in cjson_add_object_should_fail_on_allocation_failure()
/third_party/cJSON/
DcJSON.h296 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name);
DcJSON.c2425 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name) in cJSON_AddObjectToObject() function