Searched refs:cJSON_IsInvalid (Results 1 – 4 of 4) sorted by relevance
161 TEST_ASSERT_FALSE(cJSON_IsInvalid(NULL)); in typecheck_functions_should_check_type()162 TEST_ASSERT_FALSE(cJSON_IsInvalid(item)); in typecheck_functions_should_check_type()163 TEST_ASSERT_TRUE(cJSON_IsInvalid(invalid)); in typecheck_functions_should_check_type()374 TEST_ASSERT_FALSE(cJSON_IsInvalid(NULL)); in cjson_functions_should_not_crash_with_null_pointers()
183 CJSON_PUBLIC(cJSON_bool) cJSON_IsInvalid(const cJSON * const item);
194 * `cJSON_Invalid` (check with `cJSON_IsInvalid`): Represents an invalid item that doesn't contain a…
2877 CJSON_PUBLIC(cJSON_bool) cJSON_IsInvalid(const cJSON * const item) in cJSON_IsInvalid() function