Home
last modified time | relevance | path

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

/third_party/cJSON/
DcJSON.h218 CJSON_PUBLIC(cJSON *) cJSON_CreateDoubleArray(const double *numbers, int count);
DcJSON.c2616 CJSON_PUBLIC(cJSON *) cJSON_CreateDoubleArray(const double *numbers, int count) in cJSON_CreateDoubleArray() function
/third_party/cJSON/tests/
Dcjson_add.c148 TEST_ASSERT_NULL(cJSON_CreateDoubleArray(numbers, 3)); in cjson_create_double_array_should_fail_on_allocation_failure()
Dmisc_tests.c388 TEST_ASSERT_NULL(cJSON_CreateDoubleArray(NULL, 10)); in cjson_functions_should_not_crash_with_null_pointers()