Home
last modified time | relevance | path

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

/third_party/cJSON/tests/
Dmisc_utils_tests.c41 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()
/third_party/cJSON/
DcJSON_Utils.h39 CJSON_PUBLIC(cJSON *) cJSONUtils_GeneratePatches(cJSON * const from, cJSON * const to);
DcJSON_Utils.c1281 CJSON_PUBLIC(cJSON *) cJSONUtils_GeneratePatches(cJSON * const from, cJSON * const to) in cJSONUtils_GeneratePatches() function