Home
last modified time | relevance | path

Searched defs:cJSON_CreateIntArray (Results 1 – 2 of 2) sorted by relevance

/third_party/vulkan-loader/loader/
DcJSON.c1088 cJSON *cJSON_CreateIntArray(const VkAllocationCallbacks *pAllocator, const int *numbers, int count)… in cJSON_CreateIntArray() function
/third_party/cJSON/
DcJSON.c2555 CJSON_PUBLIC(cJSON *) cJSON_CreateIntArray(const int *numbers, int count) in cJSON_CreateIntArray() function