Searched refs:cJSON_IsBool (Results 1 – 4 of 4) sorted by relevance
169 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()
186 CJSON_PUBLIC(cJSON_bool) cJSON_IsBool(const cJSON * const item);
214 …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`.
2927 CJSON_PUBLIC(cJSON_bool) cJSON_IsBool(const cJSON * const item) in cJSON_IsBool() function