Home
last modified time | relevance | path

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

/third_party/cJSON/tests/
Dparse_value.c33 static void assert_is_value(cJSON *value_item, int type) in assert_is_value() argument
35 TEST_ASSERT_NOT_NULL_MESSAGE(value_item, "Item is NULL."); in assert_is_value()
37 assert_not_in_list(value_item); in assert_is_value()
38 assert_has_type(value_item, type); in assert_is_value()
39 assert_has_no_reference(value_item); in assert_is_value()
40 assert_has_no_const_string(value_item); in assert_is_value()
41 assert_has_no_string(value_item); in assert_is_value()