Home
last modified time | relevance | path

Searched refs:PARCELABLE_FIELD (Results 1 – 4 of 4) sorted by relevance

/system/tools/aidl/
Daidl_to_rust.h34 PARCELABLE_FIELD, // Field in a parcelable enumerator
Daidl_to_rust.cpp227 if (type.IsFixedSizeArray() && mode == StorageMode::PARCELABLE_FIELD) { in RustNameOf()
277 mode == StorageMode::PARCELABLE_FIELD))) { in RustNameOf()
Dgenerate_rust.cpp991 RustNameOf(var_type, typenames, StorageMode::PARCELABLE_FIELD, Lifetime::NONE); in GenerateParcelBody()
1025 RustNameOf(var_type, typenames, StorageMode::PARCELABLE_FIELD, Lifetime::NONE); in GenerateParcelBody()
1068 RustNameOf(var_type, typenames, StorageMode::PARCELABLE_FIELD, Lifetime::NONE); in GenerateParcelDefault()
1186 RustNameOf(variable->GetType(), typenames, StorageMode::PARCELABLE_FIELD, Lifetime::NONE); in GenerateParcelBody()
1195 RustNameOf(var_type, typenames, StorageMode::PARCELABLE_FIELD, Lifetime::NONE); in GenerateParcelBody()
1284 RustNameOf(variable->GetType(), typenames, StorageMode::PARCELABLE_FIELD, Lifetime::NONE); in GenerateParcelDeserializeBody()
Daidl_unittest.cpp5629 rust::RustNameOf(*pfd, typenames_, rust::StorageMode::PARCELABLE_FIELD, rust::Lifetime::NONE), in TEST_F()
5644 rust::RustNameOf(*pfd, typenames_, rust::StorageMode::PARCELABLE_FIELD, rust::Lifetime::NONE), in TEST_F()