Searched refs:cJSON_True (Results 1 – 2 of 2) sorted by relevance
89 #define cJSON_True (1 << 1) macro279 …type & (cJSON_False | cJSON_True))) ? (object)->type = ((object)->type & (~(cJSON_False | cJSON_Tr…
1070 item->type = cJSON_True; in parse_value()1107 case cJSON_True: in print_value()1835 if (item) item->type = cJSON_True; in cJSON_CreateTrue()1851 if (item) item->type = boolean ? cJSON_True : cJSON_False; in cJSON_CreateBool()2234 return (item->type & 0xff) == cJSON_True; in cJSON_IsTrue()2241 return (item->type & (cJSON_True | cJSON_False)) != 0; in cJSON_IsBool()2292 case cJSON_True: in cJSON_Compare()2311 case cJSON_True: in cJSON_Compare()