Searched refs:VAL_INT32 (Results 1 – 1 of 1) sorted by relevance
90 #define VAL_INT32(i) CU_ASSERT(spdk_json_write_int32(w, i) == 0); macro294 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 …]