Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_cjson.h10 #define cJSON_False (1 << 0) macro
/AliOS-Things-master/components/cjson/src/
A DcJSON.c1230 item->type = cJSON_False; in parse_value()
1287 case cJSON_False: in print_value()
2273 item->type = cJSON_False; in cJSON_CreateFalse()
2284 item->type = b ? cJSON_True : cJSON_False; in cJSON_CreateBool()
2716 return (item->type & 0xFF) == cJSON_False; in cJSON_IsFalse()
2737 return (item->type & (cJSON_True | cJSON_False)) != 0; in cJSON_IsBool()
2809 case cJSON_False: in cJSON_Compare()
2832 case cJSON_False: in cJSON_Compare()
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_cjson.c410 lite->type = cJSON_False; in parse_value()
1460 case cJSON_False: in print_value()
1733 item->type = cJSON_False; in lite_cjson_create_false()
1743 item->type = b ? cJSON_True : cJSON_False; in lite_cjson_create_bool()
/AliOS-Things-master/components/cjson/include/
A DcJSON.h90 #define cJSON_False (1 << 0) macro

Completed in 12 milliseconds