Home
last modified time | relevance | path

Searched refs:cJSON_Raw (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.c1404 case cJSON_Raw: in print_value()
2501 item->type = cJSON_Raw; in cJSON_CreateRaw()
2974 return (item->type & 0xFF) == cJSON_Raw; in cJSON_IsRaw()
2992 case cJSON_Raw: in cJSON_Compare()
3023 case cJSON_Raw: in cJSON_Compare()
H A DcJSON.h97 #define cJSON_Raw (1 << 7) /* raw json */ macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON.cpp1413 case cJSON_Raw: in print_value()
2510 item->type = cJSON_Raw; in cJSON_CreateRaw()
2987 return (item->type & 0xFF) == cJSON_Raw; in cJSON_IsRaw()
3005 case cJSON_Raw: in cJSON_Compare()
3036 case cJSON_Raw: in cJSON_Compare()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/
H A DcJSON.h92 #define cJSON_Raw (1 << 7) /* raw json */ macro