Searched refs:cJSONUtils_GeneratePatchesCaseSensitive (Results 1 – 4 of 4) sorted by relevance
43 TEST_ASSERT_NULL(cJSONUtils_GeneratePatchesCaseSensitive(item, NULL)); in cjson_utils_functions_shouldnt_crash_with_null_pointers()44 TEST_ASSERT_NULL(cJSONUtils_GeneratePatchesCaseSensitive(NULL, item)); in cjson_utils_functions_shouldnt_crash_with_null_pointers()
156 patch = cJSONUtils_GeneratePatchesCaseSensitive(doc, expected); in test_generate_test()
40 CJSON_PUBLIC(cJSON *) cJSONUtils_GeneratePatchesCaseSensitive(cJSON * const from, cJSON * const to);
1296 CJSON_PUBLIC(cJSON *) cJSONUtils_GeneratePatchesCaseSensitive(cJSON * const from, cJSON * const to) in cJSONUtils_GeneratePatchesCaseSensitive() function