Home
last modified time | relevance | path

Searched refs:cJSON_CreateBool (Results 1 – 3 of 3) sorted by relevance

/third_party/cJSON/
DcJSON.h198 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean);
DcJSON.c2113 cJSON *bool_item = cJSON_CreateBool(boolean); in cJSON_AddBoolToObject()
2409 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean) in cJSON_CreateBool() function
DREADME.md220 * **booleans** are created with `cJSON_CreateTrue`, `cJSON_CreateFalse` or `cJSON_CreateBool`