Home
last modified time | relevance | path

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

/third_party/cJSON/tests/
Dmisc_tests.c161 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()
/third_party/cJSON/
DcJSON.h183 CJSON_PUBLIC(cJSON_bool) cJSON_IsInvalid(const cJSON * const item);
DREADME.md194 * `cJSON_Invalid` (check with `cJSON_IsInvalid`): Represents an invalid item that doesn't contain a…
DcJSON.c2877 CJSON_PUBLIC(cJSON_bool) cJSON_IsInvalid(const cJSON * const item) in cJSON_IsInvalid() function