Searched refs:cJSONUtils_MergePatch (Results 1 – 4 of 4) sorted by relevance
181 object_to_be_merged = cJSONUtils_MergePatch(object_to_be_merged, patch); in merge_tests()203 from = cJSONUtils_MergePatch(from,patch); in generate_merge_tests()
53 TEST_ASSERT_NULL(cJSONUtils_MergePatch(item, NULL)); in cjson_utils_functions_shouldnt_crash_with_null_pointers()
70 CJSON_PUBLIC(cJSON *) cJSONUtils_MergePatch(cJSON *target, const cJSON * const patch);
1381 CJSON_PUBLIC(cJSON *) cJSONUtils_MergePatch(cJSON *target, const cJSON * const patch) in cJSONUtils_MergePatch() function