Searched refs:cJSON_AddObjectToObject (Results 1 – 3 of 3) sorted by relevance
360 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()
271 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name);
2164 CJSON_PUBLIC(cJSON*) cJSON_AddObjectToObject(cJSON * const object, const char * const name) in cJSON_AddObjectToObject() function