Home
last modified time | relevance | path

Searched refs:cJSON_PrintUnformatted (Results 1 – 11 of 11) sorted by relevance

/third_party/cJSON/tests/
Dold_utils_tests.c180 patchtext = cJSON_PrintUnformatted(patch); in merge_tests()
182 after = cJSON_PrintUnformatted(object_to_be_merged); in merge_tests()
204 patchedtext = cJSON_PrintUnformatted(from); in generate_merge_tests()
Dmisc_tests.c374 TEST_ASSERT_NULL(cJSON_PrintUnformatted(NULL)); in cjson_functions_should_not_crash_with_null_pointers()
621 str1 = cJSON_PrintUnformatted(root); in cjson_delete_item_from_array_should_not_broken_list_structure()
626 str2 = cJSON_PrintUnformatted(root); in cjson_delete_item_from_array_should_not_broken_list_structure()
632 str3 = cJSON_PrintUnformatted(root); in cjson_delete_item_from_array_should_not_broken_list_structure()
/third_party/cJSON/fuzzing/
Dcjson_read_fuzzer.c51 printed_json = cJSON_PrintUnformatted(json); in LLVMFuzzerTestOneInput()
Dafl.c144 printed_json = cJSON_PrintUnformatted(item); in main()
/third_party/vulkan-loader/loader/
DcJSON.h75 char *cJSON_PrintUnformatted(cJSON *item);
DcJSON.c480 char *cJSON_PrintUnformatted(cJSON *item) { return print_value(item, 0, 0, 0); } in cJSON_PrintUnformatted() function
Dloader.c2564 file_vers = cJSON_PrintUnformatted(item); in loader_add_layer_properties()
/third_party/cJSON/
DcJSON.h158 CJSON_PUBLIC(char *) cJSON_PrintUnformatted(const cJSON *item);
DREADME.md299 …h whitespace for formatting. If you want to print without formatting, use `cJSON_PrintUnformatted`.
DcJSON.c1258 CJSON_PUBLIC(char *) cJSON_PrintUnformatted(const cJSON *item) in cJSON_PrintUnformatted() function
/third_party/NuttX/
DReleaseNotes13058 - cJSON: Import patch to fix:cJSON_PrintUnformatted() behaves unexpected