Home
last modified time | relevance | path

Searched refs:cJSON_CreateDoubleArray (Results 1 – 6 of 6) sorted by relevance

/third_party/vulkan-loader/loader/
DcJSON.h111 cJSON *cJSON_CreateDoubleArray(const VkAllocationCallbacks *pAllocator, const double *numbers, int …
DcJSON.c1114 cJSON *cJSON_CreateDoubleArray(const VkAllocationCallbacks *pAllocator, const double *numbers, int … in cJSON_CreateDoubleArray() function
/third_party/cJSON/tests/
Dcjson_add.c148 TEST_ASSERT_NULL(cJSON_CreateDoubleArray(numbers, 3)); in cjson_create_double_array_should_fail_on_allocation_failure()
Dmisc_tests.c400 TEST_ASSERT_NULL(cJSON_CreateDoubleArray(NULL, 10)); in cjson_functions_should_not_crash_with_null_pointers()
/third_party/cJSON/
DcJSON.h218 CJSON_PUBLIC(cJSON *) cJSON_CreateDoubleArray(const double *numbers, int count);
DcJSON.c2635 CJSON_PUBLIC(cJSON *) cJSON_CreateDoubleArray(const double *numbers, int count) in cJSON_CreateDoubleArray() function