Home
last modified time | relevance | path

Searched refs:cJSON_CreateFloatArray (Results 1 – 4 of 4) sorted by relevance

/third_party/cJSON/
DcJSON.h239 CJSON_PUBLIC(cJSON *) cJSON_CreateFloatArray(const float *numbers, int count);
DcJSON.c2896 CJSON_PUBLIC(cJSON *) cJSON_CreateFloatArray(const float *numbers, int count) in cJSON_CreateFloatArray() function
/third_party/cJSON/tests/
Dcjson_add.c137 TEST_ASSERT_NULL(cJSON_CreateFloatArray(numbers, 3)); in cjson_create_float_array_should_fail_on_allocation_failure()
Dmisc_tests.c409 TEST_ASSERT_NULL(cJSON_CreateFloatArray(NULL, 10)); in cjson_functions_should_not_crash_with_null_pointers()