Searched defs:OtherParcelableForToString (Results 1 – 2 of 2) sorted by relevance
2 pub struct OtherParcelableForToString { struct5 pub(crate) mod mangled { pub use super::OtherParcelableForToString as _7_android_4_aidl_5_tests_26_… argument6 impl Default for OtherParcelableForToString { implementation13 impl binder::parcel::Serialize for OtherParcelableForToString { implementation18 impl binder::parcel::SerializeArray for OtherParcelableForToString {} implementation19 impl binder::parcel::SerializeOption for OtherParcelableForToString { implementation33 impl binder::parcel::Deserialize for OtherParcelableForToString { implementation40 impl binder::parcel::DeserializeArray for OtherParcelableForToString {} implementation41 impl binder::parcel::DeserializeOption for OtherParcelableForToString { implementation
5 public class OtherParcelableForToString implements android.os.Parcelable class