Home
last modified time | relevance | path

Searched refs:cJSON_Object (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/cJSON/
H A DcJSON.h38 #define cJSON_Object 6 macro
H A DcJSON.c314 case cJSON_Object: out=print_object(item,depth,fmt);break; in print_value()
411 item->type=cJSON_Object; in parse_object()
545 cJSON *cJSON_CreateObject(void) {cJSON *item=cJSON_New_Item();if(item)item->type=cJSON_Object;r… in cJSON_CreateObject()
/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.c1428 case cJSON_Object: in print_value()
1694 item->type = cJSON_Object; in parse_object()
2479 item->type = cJSON_Object | cJSON_IsReference; in cJSON_CreateObjectReference()
2529 item->type = cJSON_Object; in cJSON_CreateObject()
2964 return (item->type & 0xFF) == cJSON_Object; in cJSON_IsObject()
2994 case cJSON_Object: in cJSON_Compare()
3059 case cJSON_Object: in cJSON_Compare()
H A DcJSON.h96 #define cJSON_Object (1 << 6) macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON.cpp1437 case cJSON_Object: in print_value()
1703 item->type = cJSON_Object; in parse_object()
2488 item->type = cJSON_Object | cJSON_IsReference; in cJSON_CreateObjectReference()
2538 item->type = cJSON_Object; in cJSON_CreateObject()
2977 return (item->type & 0xFF) == cJSON_Object; in cJSON_IsObject()
3007 case cJSON_Object: in cJSON_Compare()
3072 case cJSON_Object: in cJSON_Compare()
H A DcJSON_Utils.cpp660 case cJSON_Object: in compare_json()
1218 case cJSON_Object: in create_patches()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/
H A DcJSON.h91 #define cJSON_Object (1 << 6) macro