Home
last modified time | relevance | path

Searched refs:parcelableArray (Results 1 – 25 of 43) sorted by relevance

12

/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DParcelableForToString.h55 std::vector<::aidl::android::aidl::tests::OtherParcelableForToString> parcelableArray; variable
67parcelableArray, enumValue, enumArray, nullArray, nullList, parcelableGeneric, unionValue) == std:…
70parcelableArray, enumValue, enumArray, nullArray, nullList, parcelableGeneric, unionValue) < std::…
105 _aidl_os << ", parcelableArray: " << ::android::internal::ToString(parcelableArray); in toString()
DFixedSize.h237 …std::array<::aidl::android::aidl::tests::FixedSize::EmptyParcelable, 3> parcelableArray __attribut… variable
244parcelableArray, unionArray) == std::tie(_rhs.booleanValue, _rhs.byteValue, _rhs.charValue, _rhs.i…
247parcelableArray, unionArray) < std::tie(_rhs.booleanValue, _rhs.byteValue, _rhs.charValue, _rhs.in…
277 _aidl_os << ", parcelableArray: " << ::android::internal::ToString(parcelableArray); in toString()
305 static_assert(offsetof(FixedParcelable, parcelableArray) == 152);
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DParcelableForToString.h55 std::vector<::aidl::android::aidl::tests::OtherParcelableForToString> parcelableArray; variable
67parcelableArray, enumValue, enumArray, nullArray, nullList, parcelableGeneric, unionValue) == std:…
70parcelableArray, enumValue, enumArray, nullArray, nullList, parcelableGeneric, unionValue) < std::…
105 _aidl_os << ", parcelableArray: " << ::android::internal::ToString(parcelableArray); in toString()
DFixedSize.h237 …std::array<::aidl::android::aidl::tests::FixedSize::EmptyParcelable, 3> parcelableArray __attribut… variable
244parcelableArray, unionArray) == std::tie(_rhs.booleanValue, _rhs.byteValue, _rhs.charValue, _rhs.i…
247parcelableArray, unionArray) < std::tie(_rhs.booleanValue, _rhs.byteValue, _rhs.charValue, _rhs.in…
277 _aidl_os << ", parcelableArray: " << ::android::internal::ToString(parcelableArray); in toString()
305 static_assert(offsetof(FixedParcelable, parcelableArray) == 152);
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DParcelableForToString.h47 ::std::vector<::android::aidl::tests::OtherParcelableForToString> parcelableArray;
55parcelableArray, enumValue, enumArray, nullArray, nullList, parcelableGeneric, unionValue) == std:…
58parcelableArray, enumValue, enumArray, nullArray, nullList, parcelableGeneric, unionValue) < std::…
98 _aidl_os << ", parcelableArray: " << ::android::internal::ToString(parcelableArray); in toString()
DFixedSize.h207 std::array<::android::aidl::tests::FixedSize::EmptyParcelable, 3> parcelableArray = {{}}; variable
210parcelableArray, unionArray) == std::tie(_rhs.booleanValue, _rhs.byteValue, _rhs.charValue, _rhs.i…
213parcelableArray, unionArray) < std::tie(_rhs.booleanValue, _rhs.byteValue, _rhs.charValue, _rhs.in…
248 _aidl_os << ", parcelableArray: " << ::android::internal::ToString(parcelableArray); in toString()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DParcelableForToString.h47 ::std::vector<::android::aidl::tests::OtherParcelableForToString> parcelableArray;
55parcelableArray, enumValue, enumArray, nullArray, nullList, parcelableGeneric, unionValue) == std:…
58parcelableArray, enumValue, enumArray, nullArray, nullList, parcelableGeneric, unionValue) < std::…
98 _aidl_os << ", parcelableArray: " << ::android::internal::ToString(parcelableArray); in toString()
DFixedSize.h207 std::array<::android::aidl::tests::FixedSize::EmptyParcelable, 3> parcelableArray = {{}}; variable
210parcelableArray, unionArray) == std::tie(_rhs.booleanValue, _rhs.byteValue, _rhs.charValue, _rhs.i…
213parcelableArray, unionArray) < std::tie(_rhs.booleanValue, _rhs.byteValue, _rhs.charValue, _rhs.in…
248 _aidl_os << ", parcelableArray: " << ::android::internal::ToString(parcelableArray); in toString()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-rust-source/gen/android/aidl/tests/
DParcelableForToString.rs25 …pub r#parcelableArray: Vec<crate::mangled::_7_android_4_aidl_5_tests_26_OtherParcelableForToString…
52 r#parcelableArray: Default::default(), in default()
81 subparcel.write(&self.r#parcelableArray)?; in write_to_parcel()
142 self.r#parcelableArray = subparcel.read()?; in read_from_parcel()
DFixedSize.rs48 …pub r#parcelableArray: [crate::mangled::_7_android_4_aidl_5_tests_9_FixedSize_15_EmptyParcelable; …
73 …static_assertions::const_assert_eq!(std::mem::offset_of!(FixedParcelable, r#parcelableArray), 152);
93 r#parcelableArray: [Default::default(), Default::default(), Default::default()], in default()
112 subparcel.write(&self.r#parcelableArray)?; in write_to_parcel()
153 self.r#parcelableArray = subparcel.read()?; in read_from_parcel()
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DParcelableForToString.rs25 …pub r#parcelableArray: Vec<crate::mangled::_7_android_4_aidl_5_tests_26_OtherParcelableForToString…
52 r#parcelableArray: Default::default(), in default()
81 subparcel.write(&self.r#parcelableArray)?; in write_to_parcel()
142 self.r#parcelableArray = subparcel.read()?; in read_from_parcel()
DFixedSize.rs48 …pub r#parcelableArray: [crate::mangled::_7_android_4_aidl_5_tests_9_FixedSize_15_EmptyParcelable; …
73 …static_assertions::const_assert_eq!(std::mem::offset_of!(FixedParcelable, r#parcelableArray), 152);
93 r#parcelableArray: [Default::default(), Default::default(), Default::default()], in default()
112 subparcel.write(&self.r#parcelableArray)?; in write_to_parcel()
153 self.r#parcelableArray = subparcel.read()?; in read_from_parcel()
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DParcelableForToString.java24 public android.aidl.tests.OtherParcelableForToString[] parcelableArray; field in ParcelableForToString
63 _aidl_parcel.writeTypedArray(parcelableArray, _aidl_flag); in writeToParcel()
114parcelableArray = _aidl_parcel.createTypedArray(android.aidl.tests.OtherParcelableForToString.CREA… in readFromParcel()
153 _aidl_sj.add("parcelableArray: " + (java.util.Arrays.toString(parcelableArray))); in toString()
166 _mask |= describeContents(parcelableArray); in describeContents()
DFixedSize.java60 public android.aidl.tests.FixedSize.EmptyParcelable[] parcelableArray; field in FixedSize.FixedParcelable
89 _aidl_parcel.writeFixedArray(parcelableArray, _aidl_flag, 3); in writeToParcel()
125parcelableArray = _aidl_parcel.createFixedArray(android.aidl.tests.FixedSize.EmptyParcelable[].cla… in readFromParcel()
139 _mask |= describeContents(parcelableArray); in describeContents()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DParcelableForToString.java24 public android.aidl.tests.OtherParcelableForToString[] parcelableArray; field in ParcelableForToString
63 _aidl_parcel.writeTypedArray(parcelableArray, _aidl_flag); in writeToParcel()
114parcelableArray = _aidl_parcel.createTypedArray(android.aidl.tests.OtherParcelableForToString.CREA… in readFromParcel()
153 _aidl_sj.add("parcelableArray: " + (java.util.Arrays.toString(parcelableArray))); in toString()
166 _mask |= describeContents(parcelableArray); in describeContents()
DFixedSize.java60 public android.aidl.tests.FixedSize.EmptyParcelable[] parcelableArray; field in FixedSize.FixedParcelable
89 _aidl_parcel.writeFixedArray(parcelableArray, _aidl_flag, 3); in writeToParcel()
125parcelableArray = _aidl_parcel.createFixedArray(android.aidl.tests.FixedSize.EmptyParcelable[].cla… in readFromParcel()
139 _mask |= describeContents(parcelableArray); in describeContents()
/system/tools/aidl/tests/android/aidl/tests/
DParcelableForToString.aidl43 OtherParcelableForToString[] parcelableArray;
DFixedSize.aidl35 EmptyParcelable[3] parcelableArray;
/system/tools/aidl/tests/android/aidl/fixedsizearray/
DFixedSizeArrayExample.aidl36 IntParcelable[2] parcelableArray;
/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DParcelableForToString.cpp153 _aidl_ret_status = _aidl_parcel->readParcelableVector(&parcelableArray); in readFromParcel()
276 _aidl_ret_status = _aidl_parcel->writeParcelableVector(parcelableArray); in writeToParcel()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/android/aidl/tests/
DParcelableForToString.cpp153 _aidl_ret_status = _aidl_parcel->readParcelableVector(&parcelableArray); in readFromParcel()
276 _aidl_ret_status = _aidl_parcel->writeParcelableVector(parcelableArray); in writeToParcel()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DParcelableForToString.cpp140 _aidl_ret_status = ::ndk::AParcel_readData(_aidl_parcel, &parcelableArray); in readFromParcel()
242 _aidl_ret_status = ::ndk::AParcel_writeData(_aidl_parcel, parcelableArray); in writeToParcel()
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/
DParcelableForToString.cpp140 _aidl_ret_status = ::ndk::AParcel_readData(_aidl_parcel, &parcelableArray); in readFromParcel()
242 _aidl_ret_status = ::ndk::AParcel_writeData(_aidl_parcel, parcelableArray); in writeToParcel()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h200 …dl::android::aidl::fixedsizearray::FixedSizeArrayExample::IntParcelable, 2> parcelableArray = {{}}; variable
248parcelableArray, boolMatrix, byteMatrix, charMatrix, intMatrix, longMatrix, floatMatrix, doubleMat…
251parcelableArray, boolMatrix, byteMatrix, charMatrix, intMatrix, longMatrix, floatMatrix, doubleMat…
282 _aidl_os << ", parcelableArray: " << ::android::internal::ToString(parcelableArray); in toString()
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h200 …dl::android::aidl::fixedsizearray::FixedSizeArrayExample::IntParcelable, 2> parcelableArray = {{}}; variable
248parcelableArray, boolMatrix, byteMatrix, charMatrix, intMatrix, longMatrix, floatMatrix, doubleMat…
251parcelableArray, boolMatrix, byteMatrix, charMatrix, intMatrix, longMatrix, floatMatrix, doubleMat…
282 _aidl_os << ", parcelableArray: " << ::android::internal::ToString(parcelableArray); in toString()

12