Home
last modified time | relevance | path

Searched defs:OtherParcelableForToString (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A DOtherParcelableForToString.rs2 pub struct OtherParcelableForToString { struct
5 pub(crate) mod mangled { pub use super::OtherParcelableForToString as _7_android_4_aidl_5_tests_26_… argument
6 impl Default for OtherParcelableForToString { implementation
13 impl binder::parcel::Serialize for OtherParcelableForToString { implementation
18 impl binder::parcel::SerializeArray for OtherParcelableForToString {} implementation
19 impl binder::parcel::SerializeOption for OtherParcelableForToString { implementation
33 impl binder::parcel::Deserialize for OtherParcelableForToString { implementation
40 impl binder::parcel::DeserializeArray for OtherParcelableForToString {} implementation
41 impl binder::parcel::DeserializeOption for OtherParcelableForToString { implementation
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DOtherParcelableForToString.java5 public class OtherParcelableForToString implements android.os.Parcelable class