Home
last modified time | relevance | path

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

/third_party/cJSON/tests/
Dcjson_add.c360 cJSON_AddObjectToObject(root, "object"); in cJSON_add_object_should_add_object()
371 TEST_ASSERT_NULL(cJSON_AddObjectToObject(NULL, "object")); in cjson_add_object_should_fail_with_null_pointers()
372 TEST_ASSERT_NULL(cJSON_AddObjectToObject(root, NULL)); in cjson_add_object_should_fail_with_null_pointers()
383 TEST_ASSERT_NULL(cJSON_AddObjectToObject(root, "object")); in cjson_add_object_should_fail_on_allocation_failure()
/third_party/cJSON/
DcJSON.h271 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name);
DcJSON.c2164 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name) in cJSON_AddObjectToObject() function