Lines Matching refs:vmsd
73 assert!(foo_fields[0].vmsd.is_null()); in test_vmstate_uint16()
93 assert!(foo_fields[1].vmsd.is_null()); in test_vmstate_unused()
114 assert!(foo_fields[2].vmsd.is_null()); in test_vmstate_varray_uint16_unsafe()
138 assert!(foo_fields[3].vmsd.is_null()); in test_vmstate_varray_multiply()
205 assert!(foo_fields[0].vmsd.is_null()); in test_vmstate_bool_v()
225 assert!(foo_fields[1].vmsd.is_null()); in test_vmstate_uint64()
249 assert_eq!(foo_fields[2].vmsd, &VMSTATE_FOOA); in test_vmstate_struct_varray_uint8()
275 assert_eq!(foo_fields[3].vmsd, &VMSTATE_FOOA); in test_vmstate_struct_varray_uint32_multiply()
296 assert!(foo_fields[4].vmsd.is_null()); in test_vmstate_macro_array()
374 assert!(foo_fields[0].vmsd.is_null()); in test_vmstate_pointer()
398 assert!(foo_fields[2].vmsd.is_null()); in test_vmstate_macro_array_of_pointer()
422 assert!(foo_fields[3].vmsd.is_null()); in test_vmstate_macro_array_of_pointer_wrapped()
486 assert!(foo_fields[0].vmsd.is_null()); in test_vmstate_validate()