Searched refs:cJSON_CreateFloatArray (Results 1 – 6 of 6) sorted by relevance
110 cJSON *cJSON_CreateFloatArray(const VkAllocationCallbacks *pAllocator, const float *numbers, int co…
1101 cJSON *cJSON_CreateFloatArray(const VkAllocationCallbacks *pAllocator, const float *numbers, int co… in cJSON_CreateFloatArray() function
137 TEST_ASSERT_NULL(cJSON_CreateFloatArray(numbers, 3)); in cjson_create_float_array_should_fail_on_allocation_failure()
400 TEST_ASSERT_NULL(cJSON_CreateFloatArray(NULL, 10)); in cjson_functions_should_not_crash_with_null_pointers()
217 CJSON_PUBLIC(cJSON *) cJSON_CreateFloatArray(const float *numbers, int count);
2586 CJSON_PUBLIC(cJSON *) cJSON_CreateFloatArray(const float *numbers, int count) in cJSON_CreateFloatArray() function