Searched refs:cJSON_Object (Results 1 – 7 of 7) sorted by relevance
38 #define cJSON_Object 6 macro
314 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()
1428 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()
96 #define cJSON_Object (1 << 6) macro
1437 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()
660 case cJSON_Object: in compare_json()1218 case cJSON_Object: in create_patches()
91 #define cJSON_Object (1 << 6) macro