Searched refs:cJSONUtils_GeneratePatches (Results 1 – 3 of 3) sorted by relevance
41 TEST_ASSERT_NULL(cJSONUtils_GeneratePatches(item, NULL)); in cjson_utils_functions_shouldnt_crash_with_null_pointers()42 TEST_ASSERT_NULL(cJSONUtils_GeneratePatches(NULL, item)); in cjson_utils_functions_shouldnt_crash_with_null_pointers()
39 CJSON_PUBLIC(cJSON *) cJSONUtils_GeneratePatches(cJSON * const from, cJSON * const to);
1281 CJSON_PUBLIC(cJSON *) cJSONUtils_GeneratePatches(cJSON * const from, cJSON * const to) in cJSONUtils_GeneratePatches() function