Home
last modified time | relevance | path

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

/third_party/vulkan-loader/loader/
DcJSON.h110 cJSON *cJSON_CreateFloatArray(const VkAllocationCallbacks *pAllocator, const float *numbers, int co…
DcJSON.c1101 cJSON *cJSON_CreateFloatArray(const VkAllocationCallbacks *pAllocator, const float *numbers, int co… 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.c400 TEST_ASSERT_NULL(cJSON_CreateFloatArray(NULL, 10)); in cjson_functions_should_not_crash_with_null_pointers()
/third_party/cJSON/
DcJSON.h217 CJSON_PUBLIC(cJSON *) cJSON_CreateFloatArray(const float *numbers, int count);
DcJSON.c2586 CJSON_PUBLIC(cJSON *) cJSON_CreateFloatArray(const float *numbers, int count) in cJSON_CreateFloatArray() function