Home
last modified time | relevance | path

Searched refs:int64_number_item (Results 1 - 2 of 2) sorted by relevance

/third_party/cJSON/tests/
H A Dparse_number.c59 static void assert_is_int64(cJSON *int64_number_item) in assert_is_int64() argument
61 assert_is_number(int64_number_item); in assert_is_int64()
62 TEST_ASSERT_BITS_MESSAGE(cJSON_IsInt64, cJSON_IsInt64, int64_number_item->type, "Item should be a int64 integer"); in assert_is_int64()
H A Dmisc_int64_tests.c31 static void assert_is_int64(cJSON *int64_number_item) in assert_is_int64() argument
33 assert_has_type(int64_number_item, cJSON_Number); in assert_is_int64()
34 TEST_ASSERT_BITS_MESSAGE(cJSON_IsInt64, cJSON_IsInt64, int64_number_item->type, "Item should be a int64 integer."); in assert_is_int64()

Completed in 1 milliseconds