Home
last modified time | relevance | path

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

/third_party/cJSON/tests/
Dmisc_utils_tests.c43 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()
Djson_patch_tests.c156 patch = cJSONUtils_GeneratePatchesCaseSensitive(doc, expected); in test_generate_test()
/third_party/cJSON/
DcJSON_Utils.h40 CJSON_PUBLIC(cJSON *) cJSONUtils_GeneratePatchesCaseSensitive(cJSON * const from, cJSON * const to);
DcJSON_Utils.c1296 CJSON_PUBLIC(cJSON *) cJSONUtils_GeneratePatchesCaseSensitive(cJSON * const from, cJSON * const to) in cJSONUtils_GeneratePatchesCaseSensitive() function