Searched refs:cJSON_CreateDoubleArray (Results 1 – 6 of 6) sorted by relevance
111 cJSON *cJSON_CreateDoubleArray(const VkAllocationCallbacks *pAllocator, const double *numbers, int …
1114 cJSON *cJSON_CreateDoubleArray(const VkAllocationCallbacks *pAllocator, const double *numbers, int … in cJSON_CreateDoubleArray() function
148 TEST_ASSERT_NULL(cJSON_CreateDoubleArray(numbers, 3)); in cjson_create_double_array_should_fail_on_allocation_failure()
400 TEST_ASSERT_NULL(cJSON_CreateDoubleArray(NULL, 10)); in cjson_functions_should_not_crash_with_null_pointers()
218 CJSON_PUBLIC(cJSON *) cJSON_CreateDoubleArray(const double *numbers, int count);
2635 CJSON_PUBLIC(cJSON *) cJSON_CreateDoubleArray(const double *numbers, int count) in cJSON_CreateDoubleArray() function