Home
last modified time | relevance | path

Searched refs:cJSON_IsTrue (Results 1 – 5 of 5) sorted by relevance

/third_party/cJSON/tests/
Djson_patch_tests.c73 if (cJSON_IsTrue(disabled)) in test_apply_patch()
135 if (cJSON_IsTrue(disabled)) in test_generate_test()
Dmisc_tests.c172 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()
/third_party/cJSON/
DcJSON.h185 CJSON_PUBLIC(cJSON_bool) cJSON_IsTrue(const cJSON * const item);
DcJSON.c2916 CJSON_PUBLIC(cJSON_bool) cJSON_IsTrue(const cJSON * const item) in cJSON_IsTrue() function
DREADME.md215 * `cJSON_True` (check with `cJSON_IsTrue`): Represents a `true` boolean value. You can also check f…