Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/src/parcel/
Dparcelable.rs1244 let custom2 = Custom::deserialize(parcel.borrowed_ref()).unwrap(); in test_custom_parcelable() localVariable
1246 assert_eq!(custom2.0, 123_456_789); in test_custom_parcelable()
1247 assert!(custom2.1); in test_custom_parcelable()
1248 assert_eq!(custom2.2, custom.2); in test_custom_parcelable()
1249 assert_eq!(custom2.3, custom.3); in test_custom_parcelable()