Home
last modified time | relevance | path

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

/spdk/test/unit/lib/json/json_write.c/
H A Djson_write_ut.c90 #define VAL_INT32(i) CU_ASSERT(spdk_json_write_int32(w, i) == 0); macro
294 VAL_INT32(0); in test_write_number_int32()
298 VAL_INT32(1); in test_write_number_int32()
302 VAL_INT32(123); in test_write_number_int32()
306 VAL_INT32(-123); in test_write_number_int32()
310 VAL_INT32(2147483647); in test_write_number_int32()
314 VAL_INT32(-2147483648); in test_write_number_int32()
583 VAL_INT32(0); in test_write_array()
589 VAL_INT32(0); in test_write_array()
590 VAL_INT32(1); in test_write_array()
[all …]