Home
last modified time | relevance | path

Searched refs:cJSON_GetInt64NumberValue (Results 1 - 3 of 3) sorted by relevance

/third_party/cJSON/tests/
H A Dmisc_int64_tests.c154 TEST_ASSERT_NULL(cJSON_GetInt64NumberValue(NULL)); in cjson_functions_should_not_crash_with_null_pointers_with_int64()
165 TEST_ASSERT_EQUAL_INT64(*cJSON_GetInt64NumberValue(number), number->valueint); in cjson_get_number_value_should_get_a_number_with_int64()
166 TEST_ASSERT_NULL(cJSON_GetInt64NumberValue(string)); in cjson_get_number_value_should_get_a_number_with_int64()
167 TEST_ASSERT_NULL(cJSON_GetInt64NumberValue(NULL)); in cjson_get_number_value_should_get_a_number_with_int64()
/third_party/cJSON/
H A DcJSON.h194 CJSON_PUBLIC(long long *) cJSON_GetInt64NumberValue(cJSON * const item);
H A DcJSON.c110 CJSON_PUBLIC(long long *) cJSON_GetInt64NumberValue(cJSON * const item) in cJSON_GetInt64NumberValue() function

Completed in 5 milliseconds