Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_to_rust.h34 PARCELABLE_FIELD, // Field in a parcelable enumerator
Dgenerate_rust.cpp512 auto field_type = RustNameOf(variable->GetType(), typenames, StorageMode::PARCELABLE_FIELD); in GenerateParcelBody()
601 auto field_type = RustNameOf(variable->GetType(), typenames, StorageMode::PARCELABLE_FIELD); in GenerateParcelBody()
661 auto field_type = RustNameOf(variable->GetType(), typenames, StorageMode::PARCELABLE_FIELD); in GenerateParcelDeserializeBody()
Daidl_to_rust.cpp191 mode == StorageMode::PARCELABLE_FIELD))) { in RustNameOf()