Searched refs:print_object (Results 1 – 3 of 3) sorted by relevance
61 …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()
53 print_object
1031 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