Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.c1847 static cJSON* get_array_item(const cJSON *array, size_t index) in get_array_item() function
1873 return get_array_item(array, (size_t)index); in cJSON_GetArrayItem()
2226 return cJSON_DetachItemViaPointer(array, get_array_item(array, (size_t)which)); in cJSON_DetachItemFromArray()
2268 after_inserted = get_array_item(array, (size_t)which); in cJSON_InsertItemInArray()
2344 return cJSON_ReplaceItemViaPointer(array, get_array_item(array, (size_t)which), newitem); in cJSON_ReplaceItemInArray()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON.cpp1856 static cJSON* get_array_item(const cJSON *array, size_t index) in get_array_item() function
1882 return get_array_item(array, (size_t)index); in cJSON_GetArrayItem()
2235 return cJSON_DetachItemViaPointer(array, get_array_item(array, (size_t)which)); in cJSON_DetachItemFromArray()
2277 after_inserted = get_array_item(array, (size_t)which); in cJSON_InsertItemInArray()
2353 return cJSON_ReplaceItemViaPointer(array, get_array_item(array, (size_t)which), newitem); in cJSON_ReplaceItemInArray()
H A DcJSON_Utils.cpp267 static cJSON *get_array_item(const cJSON *array, size_t item) in get_array_item() function
327 current_element = get_array_item(current_element, index); in get_item_from_pointer()