Home
last modified time | relevance | path

Searched refs:cJSON_HasObjectItem (Results 1 – 3 of 3) sorted by relevance

/third_party/cJSON/
DcJSON.h174 CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string);
DcJSON.c1927 CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string) in cJSON_HasObjectItem() function
/third_party/cJSON/tests/
Dmisc_tests.c384 TEST_ASSERT_FALSE(cJSON_HasObjectItem(NULL, "item")); in cjson_functions_should_not_crash_with_null_pointers()
385 TEST_ASSERT_FALSE(cJSON_HasObjectItem(item, NULL)); in cjson_functions_should_not_crash_with_null_pointers()