Home
last modified time | relevance | path

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

/third_party/cJSON/tests/
Djson_patch_tests.c92 …TEST_ASSERT_TRUE_MESSAGE(0 != cJSONUtils_ApplyPatchesCaseSensitive(object, patch), "Test didn't fa… in test_apply_patch()
99 …TEST_ASSERT_EQUAL_INT_MESSAGE(0, cJSONUtils_ApplyPatchesCaseSensitive(object, patch), "Failed to a… in test_apply_patch()
164 …TEST_ASSERT_EQUAL_INT_MESSAGE(0, cJSONUtils_ApplyPatchesCaseSensitive(object, patch), "Failed to a… in test_generate_test()
Dmisc_utils_tests.c51 cJSONUtils_ApplyPatchesCaseSensitive(item, NULL); in cjson_utils_functions_shouldnt_crash_with_null_pointers()
52 cJSONUtils_ApplyPatchesCaseSensitive(NULL, item); in cjson_utils_functions_shouldnt_crash_with_null_pointers()
/third_party/cJSON/
DcJSON_Utils.h45 CJSON_PUBLIC(int) cJSONUtils_ApplyPatchesCaseSensitive(cJSON * const object, const cJSON * const pa…
DcJSON_Utils.c1067 CJSON_PUBLIC(int) cJSONUtils_ApplyPatchesCaseSensitive(cJSON * const object, const cJSON * const pa… in cJSONUtils_ApplyPatchesCaseSensitive() function