Searched refs:cJSON_IsObject (Results 1 – 5 of 5) sorted by relevance
240 if (cJSON_IsObject(object)) in cJSONUtils_FindPointerFromObjectTo()324 else if (cJSON_IsObject(current_element)) in get_item_from_pointer()464 else if (cJSON_IsObject(parent)) in detach_path()1005 else if (cJSON_IsObject(parent)) in apply_patch()1325 if (!cJSON_IsObject(patch)) in merge_patch()1332 if (!cJSON_IsObject(target)) in merge_patch()1400 if (!cJSON_IsObject(to) || !cJSON_IsObject(from)) in generate_merge_patch()
191 CJSON_PUBLIC(cJSON_bool) cJSON_IsObject(const cJSON * const item);
201 * `cJSON_Object` (check with `cJSON_IsObject`): Represents an object value. Objects are stored same…
2967 CJSON_PUBLIC(cJSON_bool) cJSON_IsObject(const cJSON * const item) in cJSON_IsObject() function
198 TEST_ASSERT_FALSE(cJSON_IsObject(NULL)); in typecheck_functions_should_check_type()199 TEST_ASSERT_FALSE(cJSON_IsObject(invalid)); in typecheck_functions_should_check_type()200 TEST_ASSERT_TRUE(cJSON_IsObject(item)); in typecheck_functions_should_check_type()395 TEST_ASSERT_FALSE(cJSON_IsObject(NULL)); in cjson_functions_should_not_crash_with_null_pointers()542 TEST_ASSERT_TRUE(cJSON_IsObject(number_object)); in cjson_create_object_reference_should_create_an_object_reference()