Searched refs:cJSON_Object (Results 1 – 2 of 2) sorted by relevance
1133 case cJSON_Object: in print_value()1322 item->type = cJSON_Object; in parse_object()1906 item->type = cJSON_Object | cJSON_IsReference; in cJSON_CreateObjectReference()1950 if (item) item->type = cJSON_Object; in cJSON_CreateObject()2275 return (item->type & 0xFF) == cJSON_Object; in cJSON_IsObject()2298 case cJSON_Object: in cJSON_Compare()2343 case cJSON_Object: { in cJSON_Compare()
94 #define cJSON_Object (1 << 6) macro