Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/src/
Dparcel.rs139 .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() method
435 pub fn append_all_from(&mut self, other: &impl AsNative<sys::AParcel>) -> Result<()> { in append_all_from() method
436 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()
/frameworks/native/libs/binder/rust/tests/parcel_fuzzer/
Dparcel_fuzzer.rs86 match p1.append_all_from(&p2) { in do_append_fuzz()
/frameworks/native/libs/binder/rust/src/parcel/
Dparcelable_holder.rs233 parcel.append_all_from(&*p) in write_to_parcel()