Home
last modified time | relevance | path

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

/third_party/cJSON/tests/
Dmisc_tests.c203 TEST_ASSERT_FALSE(cJSON_IsRaw(NULL)); in typecheck_functions_should_check_type()
204 TEST_ASSERT_FALSE(cJSON_IsRaw(invalid)); in typecheck_functions_should_check_type()
205 TEST_ASSERT_TRUE(cJSON_IsRaw(item)); in typecheck_functions_should_check_type()
396 TEST_ASSERT_FALSE(cJSON_IsRaw(NULL)); in cjson_functions_should_not_crash_with_null_pointers()
/third_party/cJSON/
DcJSON.h192 CJSON_PUBLIC(cJSON_bool) cJSON_IsRaw(const cJSON * const item);
DREADME.md202 * `cJSON_Raw` (check with `cJSON_IsRaw`): Represents any kind of JSON that is stored as a zero term…
DcJSON.c2977 CJSON_PUBLIC(cJSON_bool) cJSON_IsRaw(const cJSON * const item) in cJSON_IsRaw() function