Home
last modified time | relevance | path

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

/third_party/cJSON/tests/
Dmisc_tests.c178 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()
/third_party/cJSON/
DcJSON.h187 CJSON_PUBLIC(cJSON_bool) cJSON_IsNull(const cJSON * const item);
DcJSON_Utils.c1341 if (cJSON_IsNull(patch_child)) in merge_patch()
DREADME.md197 * `cJSON_NULL` (check with `cJSON_IsNull`): Represents a `null` value.
DcJSON.c2917 CJSON_PUBLIC(cJSON_bool) cJSON_IsNull(const cJSON * const item) in cJSON_IsNull() function