Home
last modified time | relevance | path

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

/system/tools/aidl/
Dgenerate_rust.cpp64 auto arg_type = RustNameOf(arg.GetType(), typenames, arg_mode); in BuildArg()
69 auto method_type = RustNameOf(method.GetType(), typenames, StorageMode::VALUE); in BuildMethod()
175 auto return_type = RustNameOf(method.GetType(), typenames, StorageMode::VALUE); in GenerateClientMethod()
215 auto arg_type = RustNameOf(arg->GetType(), typenames, arg_mode); in GenerateServerTransaction()
340 const_type = RustNameOf(type, typenames, StorageMode::VALUE); in GenerateConstantDeclarations()
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()
775 auto backing_type = RustNameOf(aidl_backing_type, typenames, StorageMode::VALUE); in GenerateRustEnumDeclaration()
Daidl_to_rust.h62 std::string RustNameOf(const AidlTypeSpecifier& aidl, const AidlTypenames& typenames,
Daidl_to_rust.cpp153 std::string RustNameOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames, in RustNameOf() function