Searched refs:cJSON_CreateFloatArray (Results 1 – 4 of 4) sorted by relevance
239 CJSON_PUBLIC(cJSON *) cJSON_CreateFloatArray(const float *numbers, int count);
2896 CJSON_PUBLIC(cJSON *) cJSON_CreateFloatArray(const float *numbers, int count) in cJSON_CreateFloatArray() function
137 TEST_ASSERT_NULL(cJSON_CreateFloatArray(numbers, 3)); in cjson_create_float_array_should_fail_on_allocation_failure()
409 TEST_ASSERT_NULL(cJSON_CreateFloatArray(NULL, 10)); in cjson_functions_should_not_crash_with_null_pointers()