Searched refs:cJSON_CreateBool (Results 1 – 5 of 5) sorted by relevance
102 cJSON *cJSON_CreateBool(const VkAllocationCallbacks *pAllocator, int b);
1054 cJSON *cJSON_CreateBool(const VkAllocationCallbacks *pAllocator, int b) { in cJSON_CreateBool() function
198 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean);
2118 cJSON *bool_item = cJSON_CreateBool(boolean); in cJSON_AddBoolToObject()2419 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean) in cJSON_CreateBool() function
220 * **booleans** are created with `cJSON_CreateTrue`, `cJSON_CreateFalse` or `cJSON_CreateBool`