Home
last modified time | relevance | path

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

/third_party/cJSON/
DcJSON.h217 CJSON_PUBLIC(cJSON *) cJSON_CreateFloatArray(const float *numbers, int count);
DcJSON.c2570 CJSON_PUBLIC(cJSON *) cJSON_CreateFloatArray(const float *numbers, int count) in cJSON_CreateFloatArray() function
/third_party/cJSON/tests/
Dmisc_tests.c387 TEST_ASSERT_NULL(cJSON_CreateFloatArray(NULL, 10)); in cjson_functions_should_not_crash_with_null_pointers()