Searched refs:cJSON_IsTrue (Results 1 – 5 of 5) sorted by relevance
73 if (cJSON_IsTrue(disabled)) in test_apply_patch()135 if (cJSON_IsTrue(disabled)) in test_generate_test()
172 TEST_ASSERT_FALSE(cJSON_IsTrue(NULL)); in typecheck_functions_should_check_type()173 TEST_ASSERT_FALSE(cJSON_IsTrue(invalid)); in typecheck_functions_should_check_type()174 TEST_ASSERT_TRUE(cJSON_IsTrue(item)); in typecheck_functions_should_check_type()388 TEST_ASSERT_FALSE(cJSON_IsTrue(NULL)); in cjson_functions_should_not_crash_with_null_pointers()685 TEST_ASSERT_TRUE(cJSON_IsTrue(bobj)); in cjson_set_bool_value_must_not_break_objects()687 TEST_ASSERT_TRUE(cJSON_IsTrue(bobj)); in cjson_set_bool_value_must_not_break_objects()
185 CJSON_PUBLIC(cJSON_bool) cJSON_IsTrue(const cJSON * const item);
2916 CJSON_PUBLIC(cJSON_bool) cJSON_IsTrue(const cJSON * const item) in cJSON_IsTrue() function
215 * `cJSON_True` (check with `cJSON_IsTrue`): Represents a `true` boolean value. You can also check f…