Lines Matching refs:RustNameOf
107 auto arg_type = RustNameOf(arg.GetType(), typenames, arg_mode, lifetime); in BuildArg()
141 auto method_type = RustNameOf(method.GetType(), typenames, StorageMode::VALUE, lifetime); in BuildMethod()
219 auto return_type = RustNameOf(method.GetType(), typenames, StorageMode::VALUE, Lifetime::NONE); in GenerateClientMethodHelpers()
256 RustNameOf(method.GetType(), typenames, StorageMode::VALUE, Lifetime::NONE); in GenerateClientMethodHelpers()
463 auto arg_type = RustNameOf(arg->GetType(), typenames, arg_mode, Lifetime::NONE); in GenerateServerTransaction()
596 const_type = RustNameOf(type, typenames, StorageMode::VALUE, Lifetime::NONE); in GenerateConstantDeclarations()
991 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()
1396 auto backing_type = RustNameOf(aidl_backing_type, typenames, StorageMode::VALUE, Lifetime::NONE); in GenerateRustEnumDeclaration()