Searched refs:cJSON_IsNull (Results 1 – 5 of 5) sorted by relevance
178 TEST_ASSERT_FALSE(cJSON_IsNull(NULL)); in typecheck_functions_should_check_type()179 TEST_ASSERT_FALSE(cJSON_IsNull(invalid)); in typecheck_functions_should_check_type()180 TEST_ASSERT_TRUE(cJSON_IsNull(item)); in typecheck_functions_should_check_type()378 TEST_ASSERT_FALSE(cJSON_IsNull(NULL)); in cjson_functions_should_not_crash_with_null_pointers()
187 CJSON_PUBLIC(cJSON_bool) cJSON_IsNull(const cJSON * const item);
1341 if (cJSON_IsNull(patch_child)) in merge_patch()
197 * `cJSON_NULL` (check with `cJSON_IsNull`): Represents a `null` value.
2917 CJSON_PUBLIC(cJSON_bool) cJSON_IsNull(const cJSON * const item) in cJSON_IsNull() function