Home
last modified time | relevance | path

Searched refs:cJSON_True (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_cjson.h11 #define cJSON_True (1 << 1) macro
/AliOS-Things-master/components/cjson/src/
A DcJSON.c1237 item->type = cJSON_True; in parse_value()
1296 case cJSON_True: in print_value()
2262 item->type = cJSON_True; in cJSON_CreateTrue()
2284 item->type = b ? cJSON_True : cJSON_False; in cJSON_CreateBool()
2726 return (item->type & 0xff) == cJSON_True; in cJSON_IsTrue()
2737 return (item->type & (cJSON_True | cJSON_False)) != 0; in cJSON_IsBool()
2810 case cJSON_True: in cJSON_Compare()
2833 case cJSON_True: in cJSON_Compare()
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_cjson.c421 lite->type = cJSON_True; in parse_value()
1468 case cJSON_True: in print_value()
1723 item->type = cJSON_True; in lite_cjson_create_true()
1743 item->type = b ? cJSON_True : cJSON_False; in lite_cjson_create_bool()
/AliOS-Things-master/components/cjson/include/
A DcJSON.h91 #define cJSON_True (1 << 1) macro

Completed in 11 milliseconds