Searched refs:PARCELABLE_FIELD (Results 1 – 3 of 3) sorted by relevance
34 PARCELABLE_FIELD, // Field in a parcelable enumerator
512 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()
191 mode == StorageMode::PARCELABLE_FIELD))) { in RustNameOf()