Searched refs:cJSON_CreateTrue (Results 1 – 5 of 5) sorted by relevance
100 cJSON *cJSON_CreateTrue(const VkAllocationCallbacks *pAllocator);
1044 cJSON *cJSON_CreateTrue(const VkAllocationCallbacks *pAllocator) { in cJSON_CreateTrue() function
196 CJSON_PUBLIC(cJSON *) cJSON_CreateTrue(void);
2098 cJSON *true_item = cJSON_CreateTrue(); in cJSON_AddTrueToObject()2406 CJSON_PUBLIC(cJSON *) cJSON_CreateTrue(void) in cJSON_CreateTrue() function
239 * **booleans** are created with `cJSON_CreateTrue`, `cJSON_CreateFalse` or `cJSON_CreateBool`