Searched refs:cJSON_Object (Results 1 – 2 of 2) sorted by relevance
1437 case cJSON_Object: in print_value()1695 item->type = cJSON_Object; in parse_object()2475 item->type = cJSON_Object | cJSON_IsReference; in cJSON_CreateObjectReference()2525 item->type = cJSON_Object; in cJSON_CreateObject()2939 return (item->type & 0xFF) == cJSON_Object; in cJSON_IsObject()2969 case cJSON_Object: in cJSON_Compare()3034 case cJSON_Object: in cJSON_Compare()
101 #define cJSON_Object (1 << 6) macro