Searched refs:cJSON_HasObjectItem (Results 1 – 3 of 3) sorted by relevance
372 TEST_ASSERT_FALSE(cJSON_HasObjectItem(NULL, "item")); in cjson_functions_should_not_crash_with_null_pointers()373 TEST_ASSERT_FALSE(cJSON_HasObjectItem(item, NULL)); in cjson_functions_should_not_crash_with_null_pointers()
174 CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string);
1918 CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string) in cJSON_HasObjectItem() function