Home
last modified time | relevance | path

Searched refs:cJSON_SetBoolValue (Results 1 - 2 of 2) sorted by relevance

/third_party/cJSON/tests/
H A Dmisc_tests.c690 TEST_ASSERT_TRUE((cJSON_SetBoolValue(refobj, 1) == cJSON_Invalid)); in cjson_set_bool_value_must_not_break_objects()
694 TEST_ASSERT_TRUE((cJSON_SetBoolValue(bobj, 1) == cJSON_True)); in cjson_set_bool_value_must_not_break_objects()
696 cJSON_SetBoolValue(bobj, 1); in cjson_set_bool_value_must_not_break_objects()
698 TEST_ASSERT_TRUE((cJSON_SetBoolValue(bobj, 0) == cJSON_False)); in cjson_set_bool_value_must_not_break_objects()
700 cJSON_SetBoolValue(bobj, 0); in cjson_set_bool_value_must_not_break_objects()
705 cJSON_SetBoolValue(sobj, 1); in cjson_set_bool_value_must_not_break_objects()
707 cJSON_SetBoolValue(sobj, 0); in cjson_set_bool_value_must_not_break_objects()
712 cJSON_SetBoolValue(oobj, 1); in cjson_set_bool_value_must_not_break_objects()
714 cJSON_SetBoolValue(oobj, 0); in cjson_set_bool_value_must_not_break_objects()
720 cJSON_SetBoolValue(refob in cjson_set_bool_value_must_not_break_objects()
[all...]
/third_party/cJSON/
H A DcJSON.h311 #define cJSON_SetBoolValue(object, boolValue) ( \ macro

Completed in 3 milliseconds