Home
last modified time | relevance | path

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

/third_party/cJSON/tests/
Dmisc_tests.c516 TEST_ASSERT_EQUAL_DOUBLE(cJSON_GetNumberValue(number), number->valuedouble); in cjson_get_number_value_should_get_a_number()
517 TEST_ASSERT_DOUBLE_IS_NAN(cJSON_GetNumberValue(string)); in cjson_get_number_value_should_get_a_number()
518 TEST_ASSERT_DOUBLE_IS_NAN(cJSON_GetNumberValue(NULL)); in cjson_get_number_value_should_get_a_number()
/third_party/cJSON/
DcJSON.h180 CJSON_PUBLIC(double) cJSON_GetNumberValue(const cJSON * const item);
DCHANGELOG.md43 * add new API of cJSON_GetNumberValue. Thanks @Intuition, see[#385](https://github.com/DaveGamble/c…
DcJSON.c109 CJSON_PUBLIC(double) cJSON_GetNumberValue(const cJSON * const item) in cJSON_GetNumberValue() function