Searched refs:cJSON_HasObjectItem (Results 1 – 3 of 3) sorted by relevance
174 CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string);
1927 CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string) in cJSON_HasObjectItem() function
384 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()