Home
last modified time | relevance | path

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

/third_party/cJSON/tests/
Dprint_object.c61 …TEST_ASSERT_TRUE_MESSAGE(print_object(item, &unformatted_buffer), "Failed to print unformatted str… in assert_print_object()
65 …TEST_ASSERT_TRUE_MESSAGE(print_object(item, &formatted_buffer), "Failed to print formatted string.… in assert_print_object()
DCMakeLists.txt53 print_object
/third_party/cJSON/
DcJSON.c1031 static cJSON_bool print_object(const cJSON * const item, printbuffer * const output_buffer);
1429 return print_object(item, output_buffer); in print_value()
1710 static cJSON_bool print_object(const cJSON * const item, printbuffer * const output_buffer) in print_object() function