Searched refs:append_all_from (Results 1 – 3 of 3) sorted by relevance
139 .append_all_from(self.borrowed_ref()) in clone()325 pub fn append_all_from(&mut self, other: &impl AsNative<sys::AParcel>) -> Result<()> { in append_all_from() method435 pub fn append_all_from(&mut self, other: &impl AsNative<sys::AParcel>) -> Result<()> { in append_all_from() method436 self.borrowed().append_all_from(other) in append_all_from()921 assert_eq!(Ok(()), parcel2.append_all_from(&parcel1)); in test_append_from()923 assert_eq!(Ok(()), parcel2.append_all_from(&parcel1)); in test_append_from()
86 match p1.append_all_from(&p2) { in do_append_fuzz()
233 parcel.append_all_from(&*p) in write_to_parcel()