Searched refs:cJSON_CreateFalse (Results 1 – 5 of 5) sorted by relevance
101 cJSON *cJSON_CreateFalse(const VkAllocationCallbacks *pAllocator);
1049 cJSON *cJSON_CreateFalse(const VkAllocationCallbacks *pAllocator) { in cJSON_CreateFalse() function
197 CJSON_PUBLIC(cJSON *) cJSON_CreateFalse(void);
2106 cJSON *false_item = cJSON_CreateFalse(); in cJSON_AddFalseToObject()2408 CJSON_PUBLIC(cJSON *) cJSON_CreateFalse(void) in cJSON_CreateFalse() function
220 * **booleans** are created with `cJSON_CreateTrue`, `cJSON_CreateFalse` or `cJSON_CreateBool`