Home
last modified time | relevance | path

Searched refs:cJSONUtils_MergePatch (Results 1 – 4 of 4) sorted by relevance

/third_party/cJSON/tests/
Dold_utils_tests.c181 object_to_be_merged = cJSONUtils_MergePatch(object_to_be_merged, patch); in merge_tests()
203 from = cJSONUtils_MergePatch(from,patch); in generate_merge_tests()
Dmisc_utils_tests.c53 TEST_ASSERT_NULL(cJSONUtils_MergePatch(item, NULL)); in cjson_utils_functions_shouldnt_crash_with_null_pointers()
/third_party/cJSON/
DcJSON_Utils.h70 CJSON_PUBLIC(cJSON *) cJSONUtils_MergePatch(cJSON *target, const cJSON * const patch);
DcJSON_Utils.c1381 CJSON_PUBLIC(cJSON *) cJSONUtils_MergePatch(cJSON *target, const cJSON * const patch) in cJSONUtils_MergePatch() function