Home
last modified time | relevance | path

Searched refs:cJSON_IsBool (Results 1 – 4 of 4) sorted by relevance

/third_party/cJSON/tests/
Dmisc_tests.c169 TEST_ASSERT_TRUE(cJSON_IsBool(item)); in typecheck_functions_should_check_type()
175 TEST_ASSERT_TRUE(cJSON_IsBool(item)); in typecheck_functions_should_check_type()
389 TEST_ASSERT_FALSE(cJSON_IsBool(NULL)); in cjson_functions_should_not_crash_with_null_pointers()
/third_party/cJSON/
DcJSON.h186 CJSON_PUBLIC(cJSON_bool) cJSON_IsBool(const cJSON * const item);
DREADME.md214 …ents a `false` boolean value. You can also check for boolean values in general with `cJSON_IsBool`.
215 …sents a `true` boolean value. You can also check for boolean values in general with `cJSON_IsBool`.
DcJSON.c2927 CJSON_PUBLIC(cJSON_bool) cJSON_IsBool(const cJSON * const item) in cJSON_IsBool() function