Home
last modified time | relevance | path

Searched refs:cast_away_const (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.c1998 static void* cast_away_const(const void* string) in cast_away_const() function
2019 new_key = (char*)cast_away_const(string); in add_item_to_object()
2469 item->valuestring = (char*)cast_away_const(string); in cJSON_CreateStringReference()
2480 item->child = (cJSON*)cast_away_const(child); in cJSON_CreateObjectReference()
2490 item->child = (cJSON*)cast_away_const(child); in cJSON_CreateArrayReference()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON.cpp2007 static void* cast_away_const(const void* string) in cast_away_const() function
2028 new_key = (char*)cast_away_const(string); in add_item_to_object()
2478 item->valuestring = (char*)cast_away_const(string); in cJSON_CreateStringReference()
2489 item->child = (cJSON*)cast_away_const(child); in cJSON_CreateObjectReference()
2499 item->child = (cJSON*)cast_away_const(child); in cJSON_CreateArrayReference()