Searched refs:cJSON_Object (Results 1 – 3 of 3) sorted by relevance
1333 case cJSON_Object: in print_value()1591 item->type = cJSON_Object; in parse_object()2350 item->type = cJSON_Object | cJSON_IsReference; in cJSON_CreateObjectReference()2400 item->type = cJSON_Object; in cJSON_CreateObject()2787 return (item->type & 0xFF) == cJSON_Object; in cJSON_IsObject()2817 case cJSON_Object: in cJSON_Compare()2882 case cJSON_Object: in cJSON_Compare()
46 #define cJSON_Object (1 << 6) macro
630 case cJSON_Object: in compare_json()1188 case cJSON_Object: in create_patches()