Searched refs:cJSON_CreateFloatArray (Results 1 – 3 of 3) sorted by relevance
217 CJSON_PUBLIC(cJSON *) cJSON_CreateFloatArray(const float *numbers, int count);
2570 CJSON_PUBLIC(cJSON *) cJSON_CreateFloatArray(const float *numbers, int count) in cJSON_CreateFloatArray() function
387 TEST_ASSERT_NULL(cJSON_CreateFloatArray(NULL, 10)); in cjson_functions_should_not_crash_with_null_pointers()