Home
last modified time | relevance | path

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

/system/tools/aidl/
Dgenerate_rust.cpp107 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()
[all …]
Daidl_to_rust.h82 std::string RustNameOf(const AidlTypeSpecifier& aidl, const AidlTypenames& typenames,
Daidl_to_rust.cpp221 std::string RustNameOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames, in RustNameOf() function
Daidl_unittest.cpp5629 rust::RustNameOf(*pfd, typenames_, rust::StorageMode::PARCELABLE_FIELD, rust::Lifetime::NONE), in TEST_F()
5632 rust::RustNameOf(*pfd, typenames_, rust::StorageMode::DEFAULT_VALUE, rust::Lifetime::NONE), in TEST_F()
5635 rust::RustNameOf(*pfd, typenames_, rust::StorageMode::IN_ARGUMENT, rust::Lifetime::NONE), in TEST_F()
5637 EXPECT_EQ(rust::RustNameOf(*pfd, typenames_, rust::StorageMode::VALUE, rust::Lifetime::NONE), in TEST_F()
5644 rust::RustNameOf(*pfd, typenames_, rust::StorageMode::PARCELABLE_FIELD, rust::Lifetime::NONE), in TEST_F()
5647 rust::RustNameOf(*pfd, typenames_, rust::StorageMode::DEFAULT_VALUE, rust::Lifetime::NONE), in TEST_F()
5651 rust::RustNameOf(*pfd, typenames_, rust::StorageMode::UNSIZED_ARGUMENT, rust::Lifetime::NONE), in TEST_F()
5653 EXPECT_EQ(rust::RustNameOf(*pfd, typenames_, rust::StorageMode::VALUE, rust::Lifetime::NONE), in TEST_F()